From 764627be3e85a126436ece2ee552685af378a609 Mon Sep 17 00:00:00 2001 From: gustav_b Date: Thu, 21 Feb 2008 10:18:59 +0000 Subject: More sensible size constraints for undo history panel. (bzr r4804) --- src/ui/dialog/undo-history.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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); -- cgit v1.2.3