Merge ~eeickmeyer/ubiquity:main into ubiquity:main

Proposed by Erich Eickmeyer
Status: Merged
Merged at revision: 99e28a7cad41c1c5721447f90a339230991e0e6a
Proposed branch: ~eeickmeyer/ubiquity:main
Merge into: ubiquity:main
Diff against target: 13 lines (+1/-1)
1 file modified
gui/qt/app.ui (+1/-1)
Reviewer Review Type Date Requested Status
Ubuntu Installer Team Pending
Review via email: mp+431242@code.launchpad.net

Commit message

Fixes LP: #1990887: Window too narrow

Description of the change

Qt/KDE version of UI was being set to narrow. This fixes the issue.

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
1diff --git a/gui/qt/app.ui b/gui/qt/app.ui
2index f69b513..4e32627 100644
3--- a/gui/qt/app.ui
4+++ b/gui/qt/app.ui
5@@ -6,7 +6,7 @@
6 <rect>
7 <x>0</x>
8 <y>0</y>
9- <width>573</width>
10+ <width>790</width>
11 <height>534</height>
12 </rect>
13 </property>

Subscribers

People subscribed via source and target branches