diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2014-12-10 21:40:14 +0000 |
|---|---|---|
| committer | Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl> | 2014-12-10 21:40:14 +0000 |
| commit | 9d958dc9ef5bfe5f80cc225cef4e8678fa1d7139 (patch) | |
| tree | 42d1e61f48443c96f9f5c38215e3845cc112e7d7 /src/ui/widget/layer-selector.cpp | |
| parent | LayerSelector (bottom left): change size of visibility and lock icons to ICON... (diff) | |
| download | inkscape-9d958dc9ef5bfe5f80cc225cef4e8678fa1d7139.tar.gz inkscape-9d958dc9ef5bfe5f80cc225cef4e8678fa1d7139.zip | |
undo previous commit. figured out how to set the "decoration" icon size from gtkrc theme file
(bzr r13793)
Diffstat (limited to 'src/ui/widget/layer-selector.cpp')
| -rw-r--r-- | src/ui/widget/layer-selector.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/widget/layer-selector.cpp b/src/ui/widget/layer-selector.cpp index 878bbfb87..7b1a8dbfb 100644 --- a/src/ui/widget/layer-selector.cpp +++ b/src/ui/widget/layer-selector.cpp @@ -97,7 +97,7 @@ LayerSelector::LayerSelector(SPDesktop *desktop) { AlternateIcons *label; - label = Gtk::manage(new AlternateIcons(Inkscape::ICON_SIZE_SMALL_TOOLBAR, + label = Gtk::manage(new AlternateIcons(Inkscape::ICON_SIZE_DECORATION, INKSCAPE_ICON("object-visible"), INKSCAPE_ICON("object-hidden"))); _visibility_toggle.add(*label); _visibility_toggle.signal_toggled().connect( @@ -118,7 +118,7 @@ LayerSelector::LayerSelector(SPDesktop *desktop) _visibility_toggle.set_tooltip_text(_("Toggle current layer visibility")); pack_start(_visibility_toggle, Gtk::PACK_EXPAND_PADDING); - label = Gtk::manage(new AlternateIcons(Inkscape::ICON_SIZE_SMALL_TOOLBAR, + label = Gtk::manage(new AlternateIcons(Inkscape::ICON_SIZE_DECORATION, INKSCAPE_ICON("object-unlocked"), INKSCAPE_ICON("object-locked"))); _lock_toggle.add(*label); _lock_toggle.signal_toggled().connect( |
