Lay out optional Welcome buttons horizontally.
This commit is contained in:
parent
7e70e4c137
commit
3bf0500f4e
@ -152,21 +152,11 @@
|
|||||||
</spacer>
|
</spacer>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<layout class="QVBoxLayout" name="verticalLayout_2">
|
<layout class="QHBoxLayout" name="horizontalLayout_4">
|
||||||
<item>
|
<item>
|
||||||
<widget class="QPushButton" name="releaseNotesButton">
|
<widget class="QPushButton" name="aboutButton">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>&Release notes</string>
|
<string>&About</string>
|
||||||
</property>
|
|
||||||
<property name="flat">
|
|
||||||
<bool>true</bool>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<widget class="QPushButton" name="knownIssuesButton">
|
|
||||||
<property name="text">
|
|
||||||
<string>&Known issues</string>
|
|
||||||
</property>
|
</property>
|
||||||
<property name="flat">
|
<property name="flat">
|
||||||
<bool>true</bool>
|
<bool>true</bool>
|
||||||
@ -184,9 +174,19 @@
|
|||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QPushButton" name="aboutButton">
|
<widget class="QPushButton" name="knownIssuesButton">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>&About</string>
|
<string>&Known issues</string>
|
||||||
|
</property>
|
||||||
|
<property name="flat">
|
||||||
|
<bool>true</bool>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<widget class="QPushButton" name="releaseNotesButton">
|
||||||
|
<property name="text">
|
||||||
|
<string>&Release notes</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="flat">
|
<property name="flat">
|
||||||
<bool>true</bool>
|
<bool>true</bool>
|
||||||
|
Loading…
Reference in New Issue
Block a user