fixed height of inputline to match the rest of the inputwidget
authorDirk Rettschlag <dirk.rettschlag@gmail.com>
Mon, 8 Mar 2010 12:39:31 +0000 (13:39 +0100)
committerManuel Nickschas <sputnick@quassel-irc.org>
Tue, 9 Mar 2010 19:28:32 +0000 (20:28 +0100)
src/qtui/ui/inputwidget.ui

index aa7b9c8..25c2a6e 100644 (file)
      <property name="sizePolicy">
       <sizepolicy hsizetype="Expanding" vsizetype="Maximum">
        <horstretch>0</horstretch>
-       <verstretch>0</verstretch>
+       <verstretch>24</verstretch>
       </sizepolicy>
      </property>
+     <property name="minimumSize">
+      <size>
+       <width>0</width>
+       <height>24</height>
+      </size>
+     </property>
      <property name="verticalScrollBarPolicy">
       <enum>Qt::ScrollBarAsNeeded</enum>
      </property>