summaryrefslogtreecommitdiffstats
path: root/src/dialogs
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2006-04-08 06:00:48 +0000
committerjoncruz <joncruz@users.sourceforge.net>2006-04-08 06:00:48 +0000
commit5b2156f5e0ff0804d5826b758a51dd474ef146ac (patch)
tree81ce8d8a04df60dcb8689b6b79de437155a24469 /src/dialogs
parentremove superfluous line, compile warning (diff)
downloadinkscape-5b2156f5e0ff0804d5826b758a51dd474ef146ac.tar.gz
inkscape-5b2156f5e0ff0804d5826b758a51dd474ef146ac.zip
Shrunk a few icon sizes.
(bzr r457)
Diffstat (limited to 'src/dialogs')
-rw-r--r--src/dialogs/clonetiler.cpp4
-rw-r--r--src/dialogs/object-properties.cpp2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/dialogs/clonetiler.cpp b/src/dialogs/clonetiler.cpp
index 555791545..22b35370e 100644
--- a/src/dialogs/clonetiler.cpp
+++ b/src/dialogs/clonetiler.cpp
@@ -1472,7 +1472,7 @@ clonetiler_table_x_y_rand (int values)
{
GtkWidget *hb = gtk_hbox_new (FALSE, 0);
- GtkWidget *i = sp_icon_new (Inkscape::ICON_SIZE_MENU, "clonetiler_per_row");
+ GtkWidget *i = sp_icon_new (Inkscape::ICON_SIZE_DECORATION, "clonetiler_per_row");
gtk_box_pack_start (GTK_BOX (hb), i, FALSE, FALSE, 2);
GtkWidget *l = gtk_label_new ("");
@@ -1485,7 +1485,7 @@ clonetiler_table_x_y_rand (int values)
{
GtkWidget *hb = gtk_hbox_new (FALSE, 0);
- GtkWidget *i = sp_icon_new (Inkscape::ICON_SIZE_MENU, "clonetiler_per_column");
+ GtkWidget *i = sp_icon_new (Inkscape::ICON_SIZE_DECORATION, "clonetiler_per_column");
gtk_box_pack_start (GTK_BOX (hb), i, FALSE, FALSE, 2);
GtkWidget *l = gtk_label_new ("");
diff --git a/src/dialogs/object-properties.cpp b/src/dialogs/object-properties.cpp
index 64b4b2574..2d8b5070b 100644
--- a/src/dialogs/object-properties.cpp
+++ b/src/dialogs/object-properties.cpp
@@ -93,7 +93,7 @@ sp_object_properties_page( GtkWidget *nb,
hb = gtk_hbox_new (FALSE, 0);
gtk_widget_show (hb);
- px = sp_icon_new( Inkscape::ICON_SIZE_MENU, label_image );
+ px = sp_icon_new( Inkscape::ICON_SIZE_DECORATION, label_image );
gtk_widget_show (px);
gtk_box_pack_start (GTK_BOX (hb), px, FALSE, FALSE, 2);