diff options
| author | John Smith <john.smith7545@yahoo.com> | 2012-05-16 00:40:34 +0000 |
|---|---|---|
| committer | John Smith <removethis.john.q.public@bigmail.com> | 2012-05-16 00:40:34 +0000 |
| commit | 42c291c66b90a67e53ad78a5a53b8f5df4323dad (patch) | |
| tree | d6eb223b73d7cec9cef138580c846695724e5352 /src/widgets | |
| parent | minor fix for translations (diff) | |
| download | inkscape-42c291c66b90a67e53ad78a5a53b8f5df4323dad.tar.gz inkscape-42c291c66b90a67e53ad78a5a53b8f5df4323dad.zip | |
Fix for 950508 : Small padding change
(bzr r11367)
Diffstat (limited to 'src/widgets')
| -rw-r--r-- | src/widgets/sp-color-scales.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/sp-color-scales.cpp b/src/widgets/sp-color-scales.cpp index 262e199e9..60d616e6f 100644 --- a/src/widgets/sp-color-scales.cpp +++ b/src/widgets/sp-color-scales.cpp @@ -142,7 +142,7 @@ void ColorScales::init() t = gtk_table_new (5, 3, FALSE); gtk_widget_show (t); - gtk_box_pack_start (GTK_BOX (_csel), t, TRUE, TRUE, 0); + gtk_box_pack_start (GTK_BOX (_csel), t, TRUE, TRUE, 4); /* Create components */ for (i = 0; i < static_cast< gint > (G_N_ELEMENTS(_a)) ; i++) { |
