13
0

limit width of color theme manager theme dropdown

This commit is contained in:
Paul Davis 2019-06-06 18:28:16 -06:00
parent e7e523b418
commit 6a051a97b3

View File

@ -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);