From 412486c2d061e59e6b9f800ef36e5baf6fd4ea70 Mon Sep 17 00:00:00 2001 From: dt <qtc-committer@nokia.com> Date: Mon, 29 Mar 2010 16:27:52 +0200 Subject: [PATCH] Fix resizing of Show Commit dialog --- src/plugins/git/changeselectiondialog.ui | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/plugins/git/changeselectiondialog.ui b/src/plugins/git/changeselectiondialog.ui index e8e2250a726..26ac65cb861 100644 --- a/src/plugins/git/changeselectiondialog.ui +++ b/src/plugins/git/changeselectiondialog.ui @@ -6,11 +6,14 @@ <rect> <x>0</x> <y>0</y> - <width>401</width> - <height>142</height> + <width>327</width> + <height>91</height> </rect> </property> <layout class="QGridLayout" name="gridLayout"> + <property name="sizeConstraint"> + <enum>QLayout::SetMinAndMaxSize</enum> + </property> <item row="0" column="0"> <widget class="QLabel" name="label"> <property name="text"> -- GitLab