summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLiam P. White <inkscapebronyat-signgmaildotcom>2014-03-06 02:08:09 +0000
committerLiam P. White <inkscapebronyat-signgmaildotcom>2014-03-06 02:08:09 +0000
commit50a5b62b327c55b8038b5031d35bf6ae48705485 (patch)
tree3039059daa54626f65d70a7cbe50937f31558653 /src
parentMakefile fix (diff)
downloadinkscape-50a5b62b327c55b8038b5031d35bf6ae48705485.tar.gz
inkscape-50a5b62b327c55b8038b5031d35bf6ae48705485.zip
Fixed size of swatches widget
(bzr r13090.1.19)
Diffstat (limited to 'src')
-rw-r--r--src/ui/dialog/swatches.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/swatches.cpp b/src/ui/dialog/swatches.cpp
index ceda27885..c3889db46 100644
--- a/src/ui/dialog/swatches.cpp
+++ b/src/ui/dialog/swatches.cpp
@@ -2102,7 +2102,7 @@ SwatchesPanel::SwatchesPanel(gchar const* prefsPath, bool showLabels) :
_insideV.pack_start(_insideH, Gtk::PACK_SHRINK);
_scroller.add(_insideV);
} else {
- _scroller.property_height_request() = 45;
+ _scroller.property_height_request() = 20;
_scroller.add(_insideH);
}