]> git.sesse.net Git - nageru/commitdiff
Add a minimum size to all the buttons, so they jump less around when widths are changed.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 25 Oct 2015 22:45:48 +0000 (23:45 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 25 Oct 2015 22:45:48 +0000 (23:45 +0100)
ui_mainwindow.ui

index fa8bbe0d4c45d895bba544be49b97c1a6f295e78..f2a5a61bc4ae88efef2d0378db3915d17e4a46f4 100644 (file)
          <layout class="QVBoxLayout" name="verticalLayout_2">
           <item>
            <widget class="QPushButton" name="transition_btn1">
+            <property name="minimumSize">
+             <size>
+              <width>115</width>
+              <height>0</height>
+             </size>
+            </property>
             <property name="text">
              <string>Cut</string>
             </property>
           </item>
           <item>
            <widget class="QPushButton" name="transition_btn2">
+            <property name="minimumSize">
+             <size>
+              <width>115</width>
+              <height>0</height>
+             </size>
+            </property>
             <property name="text">
              <string>Fade</string>
             </property>
           </item>
           <item>
            <widget class="QPushButton" name="transition_btn3">
+            <property name="minimumSize">
+             <size>
+              <width>115</width>
+              <height>0</height>
+             </size>
+            </property>
             <property name="text">
              <string>Wipe</string>
             </property>