mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 00:04:56 +01:00
move incorrectly packed touch sensitivity slider for Mackie GUI
This commit is contained in:
parent
6ec38e9193
commit
ef08cd6e4a
1 changed files with 1 additions and 1 deletions
|
|
@ -190,7 +190,7 @@ MackieControlProtocolGUI::MackieControlProtocolGUI (MackieControlProtocol& p)
|
||||||
table.attach (*l, 0, 1, row, row+1, AttachOptions(FILL|EXPAND), AttachOptions (0));
|
table.attach (*l, 0, 1, row, row+1, AttachOptions(FILL|EXPAND), AttachOptions (0));
|
||||||
touch_sensitivity_scale.property_digits() = 0;
|
touch_sensitivity_scale.property_digits() = 0;
|
||||||
touch_sensitivity_scale.property_draw_value() = false;
|
touch_sensitivity_scale.property_draw_value() = false;
|
||||||
table.attach (touch_sensitivity_scale, 1, 2, 5, 6, AttachOptions(FILL|EXPAND), AttachOptions (0));
|
table.attach (touch_sensitivity_scale, row, row+1, 5, 6, AttachOptions(FILL|EXPAND), AttachOptions (0));
|
||||||
row++;
|
row++;
|
||||||
table.attach (recalibrate_fader_button, row, row+1, 6, 7, AttachOptions(FILL|EXPAND), AttachOptions (0));
|
table.attach (recalibrate_fader_button, row, row+1, 6, 7, AttachOptions(FILL|EXPAND), AttachOptions (0));
|
||||||
row++;
|
row++;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue