Skip to content

Commit

Permalink
v1.02c, increases sizes of some UI elements (Linux issue)
Browse files Browse the repository at this point in the history
  • Loading branch information
thedjnK committed Feb 2, 2016
1 parent b0afdba commit a080374
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion UwxMainWindow.h
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
#define MODE_CHECK_FIRMWARE_VERSIONS 17
#define MODE_CHECK_FIRMWARE_SUPPORT 18
//Defines for version and functions
#define UwVersion "1.02b" //Version string
#define UwVersion "1.02c" //Version string
#define FileReadBlock 512 //Number of bytes to read per block when streaming files
#define StreamProgress 10000 //Number of bytes between streaming progress updates
#define BatchTimeout 4000 //Time (in mS) to wait for getting a response from a batch command for
Expand Down
8 changes: 4 additions & 4 deletions UwxMainWindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -914,7 +914,7 @@
<property name="maximumSize">
<size>
<width>500</width>
<height>300</height>
<height>16777215</height>
</size>
</property>
<property name="title">
Expand Down Expand Up @@ -1043,8 +1043,8 @@
</property>
<property name="maximumSize">
<size>
<width>30</width>
<height>28</height>
<width>40</width>
<height>30</height>
</size>
</property>
<property name="plainText">
Expand Down Expand Up @@ -2184,7 +2184,7 @@ You can also use the button below to check if there is a newer version of UwTerm
<rect>
<x>0</x>
<y>0</y>
<width>202</width>
<width>100</width>
<height>50</height>
</rect>
</property>
Expand Down

0 comments on commit a080374

Please sign in to comment.