Merge lp:~sylvain-pineau/checkbox/bug1046274 into lp:checkbox

Proposed by Sylvain Pineau
Status: Merged
Merged at revision: 1643
Proposed branch: lp:~sylvain-pineau/checkbox/bug1046274
Merge into: lp:checkbox
Diff against target: 27 lines (+5/-1)
2 files modified
debian/changelog (+4/-0)
qt/frontend/qtfront.ui (+1/-1)
To merge this branch: bzr merge lp:~sylvain-pineau/checkbox/bug1046274
Reviewer Review Type Date Requested Status
Daniel Manrique (community) Approve
Review via email: mp+122860@code.launchpad.net

Description of the change

Fixed the progressLabel widget size to support job names > 50 chars

To post a comment you must log in.
Revision history for this message
Daniel Manrique (roadmr) wrote :

I tested it and it looks fine. Thanks!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2012-09-05 08:54:38 +0000
3+++ debian/changelog 2012-09-05 12:31:24 +0000
4@@ -55,6 +55,10 @@
5 since they were missed in the previous merge
6 * Attach the output of udev_resource, for debugging purposes (LP: #974271)
7
8+ [Sylvain Pineau]
9+ * qt/frontend/qtfront.ui: Fixed the progressLabel widget size to support job
10+ names > 50 chars (LP: #1046274)
11+
12 [Zygmunt Krynicki]
13 * Fixed simple duplicate 'the' mistakes (LP: #1040022)
14
15
16=== modified file 'qt/frontend/qtfront.ui'
17--- qt/frontend/qtfront.ui 2012-08-27 15:17:02 +0000
18+++ qt/frontend/qtfront.ui 2012-09-05 12:31:24 +0000
19@@ -353,7 +353,7 @@
20 <rect>
21 <x>50</x>
22 <y>20</y>
23- <width>331</width>
24+ <width>540</width>
25 <height>17</height>
26 </rect>
27 </property>

Subscribers

People subscribed via source and target branches