Skip to content

Commit

Permalink
Little layout adjustments
Browse files Browse the repository at this point in the history
*updated binary file
  • Loading branch information
simopil committed Feb 17, 2019
1 parent 70d6c23 commit 9023bfd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
Binary file modified bin/suseprimeqt
Binary file not shown.
19 changes: 11 additions & 8 deletions src/mainwindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,7 @@
<item row="0" column="2">
<widget class="QGroupBox" name="bbswitch_widget">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
Expand Down Expand Up @@ -728,7 +728,7 @@
<string>Nvidia card is</string>
</property>
<layout class="QGridLayout" name="gridLayout_7">
<item row="0" column="0">
<item row="0" column="0" alignment="Qt::AlignHCenter">
<widget class="QLabel" name="bbswitchStatus">
<property name="enabled">
<bool>true</bool>
Expand All @@ -741,13 +741,13 @@
</property>
<property name="minimumSize">
<size>
<width>105</width>
<width>100</width>
<height>45</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>105</width>
<width>100</width>
<height>45</height>
</size>
</property>
Expand Down Expand Up @@ -784,7 +784,7 @@
</property>
</widget>
</item>
<item row="1" column="0">
<item row="1" column="0" alignment="Qt::AlignHCenter">
<widget class="QLabel" name="bbs_label">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
Expand Down Expand Up @@ -869,13 +869,13 @@
</property>
<property name="minimumSize">
<size>
<width>110</width>
<width>90</width>
<height>30</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>110</width>
<width>90</width>
<height>30</height>
</size>
</property>
Expand Down Expand Up @@ -967,7 +967,7 @@
<locale language="English" country="UnitedStates"/>
</property>
<property name="currentIndex">
<number>0</number>
<number>1</number>
</property>
<widget class="QWidget" name="commandout_tab">
<attribute name="title">
Expand Down Expand Up @@ -1026,6 +1026,9 @@
<height>34</height>
</size>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="accessibleName">
<string/>
</property>
Expand Down

0 comments on commit 9023bfd

Please sign in to comment.