diff options
| author | gustav_b <gustav_b@users.sourceforge.net> | 2008-02-21 10:18:59 +0000 |
|---|---|---|
| committer | gustav_b <gustav_b@users.sourceforge.net> | 2008-02-21 10:18:59 +0000 |
| commit | 764627be3e85a126436ece2ee552685af378a609 (patch) | |
| tree | e78fa6b18a7f338a271685234b6aaaf2bcd5ead2 /src | |
| parent | fix for bug #193838 (colormatrix uses premultiplied alpha) (diff) | |
| download | inkscape-764627be3e85a126436ece2ee552685af378a609.tar.gz inkscape-764627be3e85a126436ece2ee552685af378a609.zip | |
More sensible size constraints for undo history panel.
(bzr r4804)
Diffstat (limited to 'src')
| -rw-r--r-- | src/ui/dialog/undo-history.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/undo-history.cpp b/src/ui/dialog/undo-history.cpp index c53583741..f2f51a780 100644 --- a/src/ui/dialog/undo-history.cpp +++ b/src/ui/dialog/undo-history.cpp @@ -133,7 +133,7 @@ UndoHistory::UndoHistory() { if ( !_document || !_event_log || !_columns ) return; - set_size_request(300, 200); + set_size_request(300, 95); _getContents()->pack_start(_scrolled_window); _scrolled_window.set_policy(Gtk::POLICY_NEVER, Gtk::POLICY_AUTOMATIC); |
