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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user