mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-24 07:27:44 +01:00
limit width of color theme manager theme dropdown
This commit is contained in:
parent
e7e523b418
commit
6a051a97b3
1 changed files with 1 additions and 2 deletions
|
|
@ -101,8 +101,7 @@ ColorThemeManager::ColorThemeManager ()
|
|||
}
|
||||
|
||||
Gtk::HBox* hbox = Gtk::manage (new Gtk::HBox());
|
||||
Gtk::Alignment* align = Gtk::manage (new Gtk::Alignment);
|
||||
align->set (0, 0.5);
|
||||
Gtk::Alignment* align = Gtk::manage (new Gtk::Alignment (0, 0.5, 0, 1.0));
|
||||
align->add (color_theme_dropdown);
|
||||
hbox->set_spacing (6);
|
||||
hbox->pack_start (color_theme_label, false, false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue