mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-22 21:27:22 +01:00
adjust h-size of color theme manager "Reset to Defaults" button
This commit is contained in:
parent
6a051a97b3
commit
95f2e4199b
1 changed files with 4 additions and 1 deletions
|
|
@ -150,7 +150,10 @@ ColorThemeManager::ColorThemeManager ()
|
|||
|
||||
table.attach (notebook, 0, 3, n, n + 1);
|
||||
++n;
|
||||
table.attach (reset_button, 0, 3, n, n + 1);
|
||||
|
||||
Alignment* a = manage (new Alignment (0, 0.5, 0, 1.0));
|
||||
a->add (reset_button);
|
||||
table.attach (*a, 0, 1, n, n + 1);
|
||||
|
||||
color_dialog.get_colorsel()->set_has_opacity_control (true);
|
||||
color_dialog.get_colorsel()->set_has_palette (true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue