diff options
| author | Stefano Facchini <stefano.facchini@gmail.com> | 2017-10-17 20:22:10 +0000 |
|---|---|---|
| committer | Stefano Facchini <stefano.facchini@gmail.com> | 2017-10-19 17:22:34 +0000 |
| commit | 347e5f3b12400d94812eefc275e1197ed224470b (patch) | |
| tree | bfcc45bd3197181bc3f6f4d08a644e50f2f7b22f /src/widgets/ink-toggle-action.cpp | |
| parent | Remove unused util/compose.hpp (diff) | |
| download | inkscape-347e5f3b12400d94812eefc275e1197ed224470b.tar.gz inkscape-347e5f3b12400d94812eefc275e1197ed224470b.zip | |
Remove unused icon-size.h
Diffstat (limited to 'src/widgets/ink-toggle-action.cpp')
| -rw-r--r-- | src/widgets/ink-toggle-action.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/widgets/ink-toggle-action.cpp b/src/widgets/ink-toggle-action.cpp index c091a2e0d..200d0d558 100644 --- a/src/widgets/ink-toggle-action.cpp +++ b/src/widgets/ink-toggle-action.cpp @@ -51,9 +51,9 @@ static void ink_toggle_action_class_init( InkToggleActionClass* klass ) g_param_spec_int( "iconSize", "Icon Size", "The size the icon", - (int)Inkscape::ICON_SIZE_MENU, + GTK_ICON_SIZE_MENU, (int)99, - (int)Inkscape::ICON_SIZE_SMALL_TOOLBAR, + GTK_ICON_SIZE_SMALL_TOOLBAR, (GParamFlags)(G_PARAM_READABLE | G_PARAM_WRITABLE | G_PARAM_CONSTRUCT) ) ); g_type_class_add_private( klass, sizeof(InkToggleActionClass) ); |
