From 42c291c66b90a67e53ad78a5a53b8f5df4323dad Mon Sep 17 00:00:00 2001 From: John Smith Date: Wed, 16 May 2012 09:40:34 +0900 Subject: Fix for 950508 : Small padding change (bzr r11367) --- src/ui/dialog/fill-and-stroke.cpp | 2 +- src/widgets/sp-color-scales.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/ui/dialog/fill-and-stroke.cpp b/src/ui/dialog/fill-and-stroke.cpp index 91b88d3f0..daf0eedbf 100644 --- a/src/ui/dialog/fill-and-stroke.cpp +++ b/src/ui/dialog/fill-and-stroke.cpp @@ -148,7 +148,7 @@ FillAndStroke::showPageStrokeStyle() Gtk::HBox& FillAndStroke::_createPageTabLabel(const Glib::ustring& label, const char *label_image) { - Gtk::HBox *_tab_label_box = manage(new Gtk::HBox(false, 0)); + Gtk::HBox *_tab_label_box = manage(new Gtk::HBox(false, 4)); _tab_label_box->pack_start(*Glib::wrap(sp_icon_new(Inkscape::ICON_SIZE_DECORATION, label_image))); 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++) { -- cgit v1.2.3