From 317e5aca5bea6076a1129d3ab4c9044bf0956f09 Mon Sep 17 00:00:00 2001 From: gustav_b Date: Thu, 21 Feb 2008 10:18:59 +0000 Subject: [PATCH] More sensible size constraints for undo history panel. --- src/ui/dialog/undo-history.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.5