Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui

changeset 6325
ebdcf9a36f42
parent 5449
7679d1d3671a
--- a/Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui	Sun Jun 03 14:03:19 2018 +0200
+++ b/Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui	Mon Jun 04 19:56:34 2018 +0200
@@ -189,7 +189,7 @@
    </item>
    <item>
     <layout class="QGridLayout" name="gridLayout">
-     <item row="0" column="0">
+     <item row="0" column="0" rowspan="2">
       <widget class="QPushButton" name="nextButton">
        <property name="toolTip">
         <string>Press to get the next bunch of log entries</string>
@@ -199,7 +199,7 @@
        </property>
       </widget>
      </item>
-     <item row="0" column="1">
+     <item row="0" column="1" rowspan="2">
       <widget class="QSpinBox" name="limitSpinBox">
        <property name="toolTip">
         <string>Enter the limit of entries to fetch</string>
@@ -218,7 +218,7 @@
        </property>
       </widget>
      </item>
-     <item row="0" column="2">
+     <item row="0" column="2" rowspan="2" colspan="2">
       <widget class="QCheckBox" name="stopCheckBox">
        <property name="toolTip">
         <string>Select to stop listing log messages at a copy or move</string>
@@ -228,34 +228,7 @@
        </property>
       </widget>
      </item>
-     <item row="0" column="3" rowspan="2">
-      <widget class="Line" name="line">
-       <property name="orientation">
-        <enum>Qt::Vertical</enum>
-       </property>
-      </widget>
-     </item>
-     <item row="0" column="4">
-      <widget class="QToolButton" name="upButton">
-       <property name="toolTip">
-        <string>Press to move up in the log list</string>
-       </property>
-       <property name="autoRepeat">
-        <bool>true</bool>
-       </property>
-      </widget>
-     </item>
-     <item row="0" column="5">
-      <widget class="QToolButton" name="downButton">
-       <property name="toolTip">
-        <string>Press to move down in the log list</string>
-       </property>
-       <property name="autoRepeat">
-        <bool>true</bool>
-       </property>
-      </widget>
-     </item>
-     <item row="0" column="6">
+     <item row="0" column="5" rowspan="2">
       <widget class="QPushButton" name="diffPreviousButton">
        <property name="toolTip">
         <string>Press to generate a diff to the previous revision</string>
@@ -265,7 +238,7 @@
        </property>
       </widget>
      </item>
-     <item row="0" column="7">
+     <item row="0" column="6" rowspan="2">
       <widget class="QPushButton" name="diffRevisionsButton">
        <property name="toolTip">
         <string>Press to compare two revisions</string>
@@ -275,7 +248,7 @@
        </property>
       </widget>
      </item>
-     <item row="0" column="8">
+     <item row="0" column="7" rowspan="2">
       <spacer>
        <property name="orientation">
         <enum>Qt::Horizontal</enum>
@@ -288,7 +261,41 @@
        </property>
       </spacer>
      </item>
-     <item row="1" column="4" colspan="5">
+     <item row="1" column="3" rowspan="2">
+      <widget class="Line" name="line">
+       <property name="orientation">
+        <enum>Qt::Vertical</enum>
+       </property>
+      </widget>
+     </item>
+     <item row="1" column="4">
+      <layout class="QHBoxLayout" name="horizontalLayout">
+       <property name="spacing">
+        <number>0</number>
+       </property>
+       <item>
+        <widget class="QToolButton" name="upButton">
+         <property name="toolTip">
+          <string>Press to move up in the log list</string>
+         </property>
+         <property name="autoRepeat">
+          <bool>true</bool>
+         </property>
+        </widget>
+       </item>
+       <item>
+        <widget class="QToolButton" name="downButton">
+         <property name="toolTip">
+          <string>Press to move down in the log list</string>
+         </property>
+         <property name="autoRepeat">
+          <bool>true</bool>
+         </property>
+        </widget>
+       </item>
+      </layout>
+     </item>
+     <item row="2" column="4" colspan="3">
       <widget class="QCheckBox" name="sbsCheckBox">
        <property name="toolTip">
         <string>Select to show differences side-by-side</string>

eric ide

mercurial