Reverting the "no title when maximized" change, better tab style,

Editor tab icon now correctly set to the left of the label

(see issue #3446)
This commit is contained in:
Hombre
2016-11-03 00:36:35 +01:00
parent 965cadb52e
commit 6438645b21
3 changed files with 20 additions and 14 deletions

View File

@@ -145,7 +145,7 @@ void ThresholdSelector::initValues ()
style->add_class("drawingarea");
style->add_class(GTK_STYLE_CLASS_TROUGH);
//style->add_class(GTK_STYLE_CLASS_SCALE);
//style->add_class(GTK_STYLE_CLASS_SLIDER);
style->add_class(GTK_STYLE_CLASS_SLIDER);
set_name("ThresholdSelector");
set_can_focus(false);