diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2006-04-07 08:55:50 +0000 |
|---|---|---|
| committer | joncruz <joncruz@users.sourceforge.net> | 2006-04-07 08:55:50 +0000 |
| commit | 7439aba55e4ef6d1402410b64f8685b8826ebbf6 (patch) | |
| tree | ee91262eb45d2682cae3f46fd65b7f6216ed62e2 /src/widgets/layer-selector.cpp | |
| parent | reverting part of last changes (eliminating the "invalid access to non-static... (diff) | |
| download | inkscape-7439aba55e4ef6d1402410b64f8685b8826ebbf6.tar.gz inkscape-7439aba55e4ef6d1402410b64f8685b8826ebbf6.zip | |
Putting in smaller icon size
(bzr r455)
Diffstat (limited to 'src/widgets/layer-selector.cpp')
| -rw-r--r-- | src/widgets/layer-selector.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/widgets/layer-selector.cpp b/src/widgets/layer-selector.cpp index b95005cd9..e0c8286b0 100644 --- a/src/widgets/layer-selector.cpp +++ b/src/widgets/layer-selector.cpp @@ -91,7 +91,7 @@ LayerSelector::LayerSelector(SPDesktop *desktop) { AlternateIcons *label; - label = Gtk::manage(new AlternateIcons(Inkscape::ICON_SIZE_MENU, "visible", "hidden")); + label = Gtk::manage(new AlternateIcons(Inkscape::ICON_SIZE_DECORATION, "visible", "hidden")); _visibility_toggle.add(*label); _visibility_toggle.signal_toggled().connect( sigc::compose( @@ -111,7 +111,7 @@ LayerSelector::LayerSelector(SPDesktop *desktop) _tooltips.set_tip(_visibility_toggle, _("Toggle current layer visibility")); pack_start(_visibility_toggle, Gtk::PACK_EXPAND_PADDING); - label = Gtk::manage(new AlternateIcons(Inkscape::ICON_SIZE_MENU, "lock_unlocked", "width_height_lock")); + label = Gtk::manage(new AlternateIcons(Inkscape::ICON_SIZE_DECORATION, "lock_unlocked", "width_height_lock")); _lock_toggle.add(*label); _lock_toggle.signal_toggled().connect( sigc::compose( |
