summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui2.cc
diff options
context:
space:
mode:
authorBen Loftis <ben@harrisonconsoles.com>2018-02-19 08:05:55 -0600
committerBen Loftis <ben@harrisonconsoles.com>2018-02-19 08:05:55 -0600
commit1a293bb480a3019f5ee0e4e3608a540727b82c9e (patch)
tree63dccba5e4b68a0564eb278610f8e79bb63698fa /gtk2_ardour/ardour_ui2.cc
parent7fd1fc1dcff93dd3a3e0e4ce65d691126fbd2158 (diff)
Add drop-shadow decorators to menu bar and transport toolbar.
Allow status bar to fill available width.
Diffstat (limited to 'gtk2_ardour/ardour_ui2.cc')
-rw-r--r--gtk2_ardour/ardour_ui2.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/ardour_ui2.cc b/gtk2_ardour/ardour_ui2.cc
index 60b951f4bf..b200f82a83 100644
--- a/gtk2_ardour/ardour_ui2.cc
+++ b/gtk2_ardour/ardour_ui2.cc
@@ -374,7 +374,7 @@ ARDOUR_UI::setup_transport ()
/* top level packing */
transport_table.set_spacings (0);
transport_table.set_row_spacings (4);
- transport_table.set_border_width (2);
+ transport_table.set_border_width (0);
transport_frame.set_name ("TransportFrame");
transport_frame.set_shadow_type (Gtk::SHADOW_NONE);