From 6a051a97b3b5e18dab89f21a96e791e5a1b8614b Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 6 Jun 2019 18:28:16 -0600 Subject: limit width of color theme manager theme dropdown --- gtk2_ardour/color_theme_manager.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gtk2_ardour/color_theme_manager.cc') diff --git a/gtk2_ardour/color_theme_manager.cc b/gtk2_ardour/color_theme_manager.cc index c9ee7ac308..bc98fcec13 100644 --- a/gtk2_ardour/color_theme_manager.cc +++ b/gtk2_ardour/color_theme_manager.cc @@ -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); -- cgit v1.2.3