Align systemd buttons in settings more nicely

This commit is contained in:
Martchus 2019-12-18 00:27:25 +01:00
parent 32f78b74fd
commit 6048fd259e
1 changed files with 24 additions and 0 deletions

View File

@ -163,6 +163,12 @@
</item>
<item>
<widget class="QPushButton" name="startPushButton">
<property name="minimumSize">
<size>
<width>150</width>
<height>0</height>
</size>
</property>
<property name="text">
<string>Start</string>
</property>
@ -174,6 +180,12 @@
</item>
<item>
<widget class="QPushButton" name="stopPushButton">
<property name="minimumSize">
<size>
<width>150</width>
<height>0</height>
</size>
</property>
<property name="text">
<string>Stop</string>
</property>
@ -240,6 +252,12 @@
</item>
<item>
<widget class="QPushButton" name="enablePushButton">
<property name="minimumSize">
<size>
<width>150</width>
<height>0</height>
</size>
</property>
<property name="text">
<string>Enable</string>
</property>
@ -251,6 +269,12 @@
</item>
<item>
<widget class="QPushButton" name="disablePushButton">
<property name="minimumSize">
<size>
<width>150</width>
<height>0</height>
</size>
</property>
<property name="text">
<string>Disable</string>
</property>