Skip to content

Commit c3a069e

Browse files
committed
MainWindow: UI: Fixed cropped hostnames
1 parent d7430ed commit c3a069e

File tree

1 file changed

+18
-12
lines changed

1 file changed

+18
-12
lines changed

ui/mainwindow.ui

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,6 @@
1919
</property>
2020
<widget class="QWidget" name="centralWidget">
2121
<layout class="QGridLayout" name="gridLayout">
22-
<item row="0" column="1">
23-
<widget class="QLabel" name="label">
24-
<property name="font">
25-
<font>
26-
<pointsize>16</pointsize>
27-
</font>
28-
</property>
29-
<property name="text">
30-
<string>QJournalctl</string>
31-
</property>
32-
</widget>
33-
</item>
3422
<item row="2" column="1">
3523
<widget class="QPushButton" name="showCurrentBootLogButton">
3624
<property name="sizePolicy">
@@ -160,6 +148,24 @@
160148
</property>
161149
</widget>
162150
</item>
151+
<item row="0" column="1" colspan="3">
152+
<widget class="QLabel" name="label">
153+
<property name="minimumSize">
154+
<size>
155+
<width>0</width>
156+
<height>0</height>
157+
</size>
158+
</property>
159+
<property name="font">
160+
<font>
161+
<pointsize>16</pointsize>
162+
</font>
163+
</property>
164+
<property name="text">
165+
<string>QJournalctl</string>
166+
</property>
167+
</widget>
168+
</item>
163169
</layout>
164170
</widget>
165171
<widget class="QMenuBar" name="menuBar">

0 commit comments

Comments
 (0)