diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2006-04-06 09:10:47 +0000 |
|---|---|---|
| committer | joncruz <joncruz@users.sourceforge.net> | 2006-04-06 09:10:47 +0000 |
| commit | 11e258d47c7ab070228d93b203ec467b5e53de5a (patch) | |
| tree | 58f02569addc5f1a75eadcbcedf3ab0b8aae7bc2 /src/ui/dialog/align-and-distribute.cpp | |
| parent | Adding rendering-intent to <color-profile> (diff) | |
| download | inkscape-11e258d47c7ab070228d93b203ec467b5e53de5a.tar.gz inkscape-11e258d47c7ab070228d93b203ec467b5e53de5a.zip | |
Decoupling from direct use of GtkIconSize to allow for smaller custom ones.
(bzr r439)
Diffstat (limited to 'src/ui/dialog/align-and-distribute.cpp')
| -rw-r--r-- | src/ui/dialog/align-and-distribute.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/align-and-distribute.cpp b/src/ui/dialog/align-and-distribute.cpp index 4acbbbb43..fc8b6b2f5 100644 --- a/src/ui/dialog/align-and-distribute.cpp +++ b/src/ui/dialog/align-and-distribute.cpp @@ -70,7 +70,7 @@ public : _id(id), _parent(parent) { - Gtk::Widget* pIcon = Gtk::manage( sp_icon_get_icon( _id, GTK_ICON_SIZE_LARGE_TOOLBAR) ); + Gtk::Widget* pIcon = Gtk::manage( sp_icon_get_icon( _id, Inkscape::ICON_SIZE_LARGE_TOOLBAR) ); Gtk::Button * pButton = Gtk::manage(new Gtk::Button()); pButton->set_relief(Gtk::RELIEF_NONE); pIcon->show(); |
