Fix light theme
This commit is contained in:
parent
b14dc6b44f
commit
83cf73a286
@ -300,7 +300,7 @@ auto ref SetupColumn(TreeView tree, string sName, size_t index){
|
||||
CellRendererText cr = new CellRendererText();
|
||||
cr.setProperty("editable", true);
|
||||
if(index==0){
|
||||
cr.setProperty("background-rgba", cast(ulong)(new GdkRGBA(0.36, 0.13, 0.4, 1.0)));
|
||||
cr.setProperty("background-rgba", cast(ulong)(new GdkRGBA(0.36, 0.13, 0.4, 0.5)));
|
||||
cr.setProperty("background-set", true);
|
||||
|
||||
cr.addOnEdited((string path, string newval, CellRendererText crt){
|
||||
|
Loading…
Reference in New Issue
Block a user