limit width of color theme manager theme dropdown
This commit is contained in:
parent
e7e523b418
commit
6a051a97b3
@ -101,8 +101,7 @@ ColorThemeManager::ColorThemeManager ()
|
|||||||
}
|
}
|
||||||
|
|
||||||
Gtk::HBox* hbox = Gtk::manage (new Gtk::HBox());
|
Gtk::HBox* hbox = Gtk::manage (new Gtk::HBox());
|
||||||
Gtk::Alignment* align = Gtk::manage (new Gtk::Alignment);
|
Gtk::Alignment* align = Gtk::manage (new Gtk::Alignment (0, 0.5, 0, 1.0));
|
||||||
align->set (0, 0.5);
|
|
||||||
align->add (color_theme_dropdown);
|
align->add (color_theme_dropdown);
|
||||||
hbox->set_spacing (6);
|
hbox->set_spacing (6);
|
||||||
hbox->pack_start (color_theme_label, false, false);
|
hbox->pack_start (color_theme_label, false, false);
|
||||||
|
Loading…
Reference in New Issue
Block a user