Skip to content

Commit

Permalink
MainWindow: UI: Fixed cropped hostnames
Browse files Browse the repository at this point in the history
  • Loading branch information
pentix committed Dec 11, 2019
1 parent d7430ed commit c3a069e
Showing 1 changed file with 18 additions and 12 deletions.
30 changes: 18 additions & 12 deletions ui/mainwindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,6 @@
</property>
<widget class="QWidget" name="centralWidget">
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="1">
<widget class="QLabel" name="label">
<property name="font">
<font>
<pointsize>16</pointsize>
</font>
</property>
<property name="text">
<string>QJournalctl</string>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QPushButton" name="showCurrentBootLogButton">
<property name="sizePolicy">
Expand Down Expand Up @@ -160,6 +148,24 @@
</property>
</widget>
</item>
<item row="0" column="1" colspan="3">
<widget class="QLabel" name="label">
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="font">
<font>
<pointsize>16</pointsize>
</font>
</property>
<property name="text">
<string>QJournalctl</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QMenuBar" name="menuBar">
Expand Down

0 comments on commit c3a069e

Please sign in to comment.