diff options
| author | Liam P. White <inkscapebronyat-signgmaildotcom> | 2014-03-06 02:08:09 +0000 |
|---|---|---|
| committer | Liam P. White <inkscapebronyat-signgmaildotcom> | 2014-03-06 02:08:09 +0000 |
| commit | 50a5b62b327c55b8038b5031d35bf6ae48705485 (patch) | |
| tree | 3039059daa54626f65d70a7cbe50937f31558653 /src | |
| parent | Makefile fix (diff) | |
| download | inkscape-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.cpp | 2 |
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); } |
