Merge lp:~bzoltan/qtcreator-plugin-ubuntu/minor_facelift into lp:~zeller-benjamin/qtcreator-plugin-ubuntu/manifesteditor

Proposed by Zoltan Balogh
Status: Merged
Merged at revision: 254
Proposed branch: lp:~bzoltan/qtcreator-plugin-ubuntu/minor_facelift
Merge into: lp:~zeller-benjamin/qtcreator-plugin-ubuntu/manifesteditor
Diff against target: 42 lines (+18/-14)
1 file modified
src/ubuntu/ubuntupackagingwidget.ui (+18/-14)
To merge this branch: bzr merge lp:~bzoltan/qtcreator-plugin-ubuntu/minor_facelift
Reviewer Review Type Date Requested Status
Benjamin Zeller Pending
Review via email: mp+231212@code.launchpad.net

Description of the change

I just put the two buttons side by side in a horizontal layout instead of stacking them up in a vertical

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/ubuntu/ubuntupackagingwidget.ui'
2--- src/ubuntu/ubuntupackagingwidget.ui 2014-08-18 12:29:43 +0000
3+++ src/ubuntu/ubuntupackagingwidget.ui 2014-08-18 15:18:15 +0000
4@@ -127,20 +127,24 @@
5 </property>
6 <layout class="QVBoxLayout" name="verticalLayout">
7 <item>
8- <widget class="QPushButton" name="pushButtonClickPackage">
9- <property name="text">
10- <string>Create and validate Click package</string>
11- </property>
12- </widget>
13- </item>
14- <item>
15- <widget class="QPushButton" name="pushButtonReviewersTools">
16- <property name="text">
17- <string>Validate existing Click package</string>
18- </property>
19- </widget>
20- </item>
21- <item>
22+ <layout class="QHBoxLayout" name="horizontalLayout_2">
23+ <item>
24+ <widget class="QPushButton" name="pushButtonReviewersTools">
25+ <property name="text">
26+ <string>Validate existing Click package</string>
27+ </property>
28+ </widget>
29+ </item>
30+ <item>
31+ <widget class="QPushButton" name="pushButtonClickPackage">
32+ <property name="text">
33+ <string>Create and validate Click package</string>
34+ </property>
35+ </widget>
36+ </item>
37+ </layout>
38+ </item>
39+ <item>
40 <widget class="QTreeView" name="treeViewValidate">
41 <property name="sizePolicy">
42 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">

Subscribers

People subscribed via source and target branches

to all changes: