Skip to content

Commit

Permalink
Closes bitcraze#294. Increased address and radio text box sizes.
Browse files Browse the repository at this point in the history
  • Loading branch information
tobbeanton committed Mar 27, 2017
1 parent 0cb1b68 commit 5635dc5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/cfclient/ui/main.ui
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<widget class="QComboBox" name="interfaceCombo">
<property name="minimumSize">
<size>
<width>80</width>
<width>160</width>
<height>0</height>
</size>
</property>
Expand Down Expand Up @@ -163,7 +163,7 @@
<widget class="HexSpinBox" name="address">
<property name="minimumSize">
<size>
<width>120</width>
<width>140</width>
<height>0</height>
</size>
</property>
Expand Down Expand Up @@ -211,7 +211,7 @@
<x>0</x>
<y>0</y>
<width>852</width>
<height>529</height>
<height>500</height>
</rect>
</property>
<property name="sizePolicy">
Expand Down Expand Up @@ -254,7 +254,7 @@
<x>0</x>
<y>0</y>
<width>872</width>
<height>20</height>
<height>25</height>
</rect>
</property>
<widget class="QMenu" name="menuFile">
Expand Down

0 comments on commit 5635dc5

Please sign in to comment.