adjust h-size of color theme manager "Reset to Defaults" button
This commit is contained in:
parent
6a051a97b3
commit
95f2e4199b
@ -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…
Reference in New Issue
Block a user