13
0

adjust h-size of color theme manager "Reset to Defaults" button

This commit is contained in:
Paul Davis 2019-06-06 18:28:45 -06:00
parent 6a051a97b3
commit 95f2e4199b

View File

@ -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);