diff options
| author | Eduard Braun <eduard.braun2@gmx.de> | 2018-08-16 12:12:29 +0000 |
|---|---|---|
| committer | Eduard Braun <eduard.braun2@gmx.de> | 2018-08-16 12:12:29 +0000 |
| commit | 12d37a823b54d8b38851d147d669e0736b930371 (patch) | |
| tree | 332f976893d9d2a01a901a38f7941160d0f25e73 /src/ui/widget/layer-selector.cpp | |
| parent | Fix wrong initial glyph size with native pango_win32 font backend (diff) | |
| download | inkscape-12d37a823b54d8b38851d147d669e0736b930371.tar.gz inkscape-12d37a823b54d8b38851d147d669e0736b930371.zip | |
Fix tiny size of layer visibility/lock icons
Diffstat (limited to 'src/ui/widget/layer-selector.cpp')
| -rw-r--r-- | src/ui/widget/layer-selector.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/widget/layer-selector.cpp b/src/ui/widget/layer-selector.cpp index c8aefa656..4e8e9813b 100644 --- a/src/ui/widget/layer-selector.cpp +++ b/src/ui/widget/layer-selector.cpp @@ -42,7 +42,7 @@ namespace { class AlternateIcons : public Gtk::HBox { public: - AlternateIcons(Gtk::IconSize size, Glib::ustring const &a, Glib::ustring const &b) + AlternateIcons(Gtk::BuiltinIconSize size, Glib::ustring const &a, Glib::ustring const &b) : _a(nullptr), _b(nullptr) { set_name("AlternateIcons"); |
