aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/git/gitsubmitpanel.ui
diff options
context:
space:
mode:
authorOrgad Shaneh <orgads@gmail.com>2012-06-24 18:05:14 +0300
committerTobias Hunger <tobias.hunger@nokia.com>2012-06-25 10:28:01 +0200
commitbd95043c4b41ce4fcfff7eb5c3530177938d6b3a (patch)
tree85306c920d0685ce83efc64d0b53110feec67b97 /src/plugins/git/gitsubmitpanel.ui
parentdc251deccf41b5436b44fa017374f452df0f1581 (diff)
Git: Reorder fields in submit panel
Change-Id: Icd624ce174d9265fe551b9af4089b3660abc4142 Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
Diffstat (limited to 'src/plugins/git/gitsubmitpanel.ui')
-rw-r--r--src/plugins/git/gitsubmitpanel.ui68
1 files changed, 34 insertions, 34 deletions
diff --git a/src/plugins/git/gitsubmitpanel.ui b/src/plugins/git/gitsubmitpanel.ui
index 7830c490d89..3d80ddacc40 100644
--- a/src/plugins/git/gitsubmitpanel.ui
+++ b/src/plugins/git/gitsubmitpanel.ui
@@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>364</width>
- <height>177</height>
+ <height>178</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
@@ -60,6 +60,23 @@
<string>Commit Information</string>
</property>
<layout class="QGridLayout" name="gridLayout">
+ <item row="0" column="0">
+ <widget class="QLabel" name="authorLabel">
+ <property name="text">
+ <string>Author:</string>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="1">
+ <widget class="QLineEdit" name="authorLineEdit">
+ <property name="minimumSize">
+ <size>
+ <width>150</width>
+ <height>0</height>
+ </size>
+ </property>
+ </widget>
+ </item>
<item row="0" column="2">
<widget class="QLabel" name="invalidAuthorLabel">
<property name="minimumSize">
@@ -76,6 +93,22 @@
</property>
</widget>
</item>
+ <item row="0" column="3">
+ <spacer name="horizontalSpacer">
+ <property name="orientation">
+ <enum>Qt::Horizontal</enum>
+ </property>
+ <property name="sizeType">
+ <enum>QSizePolicy::MinimumExpanding</enum>
+ </property>
+ <property name="sizeHint" stdset="0">
+ <size>
+ <width>5</width>
+ <height>20</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
<item row="1" column="0">
<widget class="QLabel" name="emailLabel">
<property name="text">
@@ -109,39 +142,6 @@
</property>
</widget>
</item>
- <item row="0" column="0">
- <widget class="QLabel" name="authorLabel">
- <property name="text">
- <string>Author:</string>
- </property>
- </widget>
- </item>
- <item row="0" column="1">
- <widget class="QLineEdit" name="authorLineEdit">
- <property name="minimumSize">
- <size>
- <width>150</width>
- <height>0</height>
- </size>
- </property>
- </widget>
- </item>
- <item row="0" column="3">
- <spacer name="horizontalSpacer">
- <property name="orientation">
- <enum>Qt::Horizontal</enum>
- </property>
- <property name="sizeType">
- <enum>QSizePolicy::MinimumExpanding</enum>
- </property>
- <property name="sizeHint" stdset="0">
- <size>
- <width>5</width>
- <height>20</height>
- </size>
- </property>
- </spacer>
- </item>
<item row="2" column="0">
<widget class="QCheckBox" name="bypassHooksCheckBox">
<property name="text">