diff options
| author | Alex Valavanis <valavanisalex@gmail.com> | 2014-08-26 10:17:11 +0000 |
|---|---|---|
| committer | Alex Valavanis <valavanisalex@gmail.com> | 2014-08-26 10:17:11 +0000 |
| commit | f7dc148704c249dc33ffcf0f22ee34abeb0fd67c (patch) | |
| tree | 6c7523964d38a5b4e5c85be35a5f9f67030d3d19 | |
| parent | remove gtkmm sub-headers (diff) | |
| download | inkscape-f7dc148704c249dc33ffcf0f22ee34abeb0fd67c.tar.gz inkscape-f7dc148704c249dc33ffcf0f22ee34abeb0fd67c.zip | |
Fix paint-selector orientation
(bzr r13341.1.178)
| -rw-r--r-- | src/widgets/paint-selector.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/paint-selector.cpp b/src/widgets/paint-selector.cpp index 190428d51..6ef910f61 100644 --- a/src/widgets/paint-selector.cpp +++ b/src/widgets/paint-selector.cpp @@ -140,7 +140,7 @@ static SPGradientSelector *getGradientFromData(SPPaintSelector const *psel) #if GTK_CHECK_VERSION(3,0,0) G_DEFINE_TYPE(SPPaintSelector, sp_paint_selector, GTK_TYPE_BOX); #else -G_DEFINE_TYPE(SPPaintSelector, sp_paint_selector, GTK_TYPE_HBOX); +G_DEFINE_TYPE(SPPaintSelector, sp_paint_selector, GTK_TYPE_VBOX); #endif static void |
