mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
reduce default height of mackie control GUI, as per #5713
This commit is contained in:
parent
019cd26ba4
commit
58e8f43052
1 changed files with 2 additions and 2 deletions
|
|
@ -84,6 +84,7 @@ MackieControlProtocolGUI::MackieControlProtocolGUI (MackieControlProtocol& p)
|
|||
Gtk::Table* table = Gtk::manage (new Gtk::Table (2, 9));
|
||||
table->set_row_spacings (4);
|
||||
table->set_col_spacings (6);
|
||||
table->set_border_width (12);
|
||||
l = manage (new Gtk::Label (_("Device Type:")));
|
||||
l->set_alignment (1.0, 0.5);
|
||||
table->attach (*l, 0, 1, 0, 1, AttachOptions(FILL|EXPAND), AttachOptions(0));
|
||||
|
|
@ -182,11 +183,10 @@ MackieControlProtocolGUI::MackieControlProtocolGUI (MackieControlProtocol& p)
|
|||
fkey_packer->pack_start (function_key_scroller, true, true);
|
||||
fkey_packer->pack_start (*observation_packer, false, false);
|
||||
fkey_packer->set_spacing (12);
|
||||
function_key_scroller.set_size_request (700,700);
|
||||
function_key_scroller.property_shadow_type() = Gtk::SHADOW_NONE;
|
||||
function_key_scroller.add (function_key_editor);
|
||||
append_page (*fkey_packer, _("Function Keys"));
|
||||
|
||||
|
||||
build_available_action_menu ();
|
||||
build_function_key_editor ();
|
||||
refresh_function_key_editor ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue