diff options
| author | John Smith <john.smith7545@yahoo.com> | 2012-09-28 03:12:45 +0000 |
|---|---|---|
| committer | John Smith <john.smith7545@yahoo.com> | 2012-09-28 03:12:45 +0000 |
| commit | 9f81b5cdb66dcab4c39e92ba5e579ad45d9395ad (patch) | |
| tree | 03a9a50088431ddd6ab25ac9db7d2e6b77d42a22 /src/widgets/sp-color-notebook.cpp | |
| parent | Fix for 1046740 : middle click on palette to set stroke colour (diff) | |
| download | inkscape-9f81b5cdb66dcab4c39e92ba5e579ad45d9395ad.tar.gz inkscape-9f81b5cdb66dcab4c39e92ba5e579ad45d9395ad.zip | |
Fix for 1000023 : Stop color notepad buttons expanding vertically
(bzr r11711)
Diffstat (limited to 'src/widgets/sp-color-notebook.cpp')
| -rw-r--r-- | src/widgets/sp-color-notebook.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/sp-color-notebook.cpp b/src/widgets/sp-color-notebook.cpp index bafc75b18..f2ae0425f 100644 --- a/src/widgets/sp-color-notebook.cpp +++ b/src/widgets/sp-color-notebook.cpp @@ -287,7 +287,7 @@ void ColorNotebook::init() sp_set_font_size_smaller (_buttonbox); gtk_table_attach (GTK_TABLE (table), _buttonbox, 0, 2, row, row + 1, static_cast<GtkAttachOptions>(GTK_EXPAND|GTK_FILL), - static_cast<GtkAttachOptions>(GTK_EXPAND|GTK_FILL), + static_cast<GtkAttachOptions>(0), XPAD, YPAD); row++; |
