File tree Expand file tree Collapse file tree 2 files changed +21
-3
lines changed Expand file tree Collapse file tree 2 files changed +21
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ const int Preferences::BUILD_ID = 6;
18
18
const QString Preferences::VERSION_STRING = QString::fromAscii(" 2.1.2" );
19
19
const QString Preferences::SDK_ID = QString::fromAscii(" 3acc3" );
20
20
const QString Preferences::CHANGELOG = QString::fromUtf8(
21
- " - Dowloads from the web client\n "
21
+ " - Downloads from the web client\n "
22
22
" - Performance enhancements\n "
23
23
" - Bug fixes\n "
24
24
" - This dialog :-)" );
Original file line number Diff line number Diff line change @@ -90,13 +90,25 @@ border-radius: 5px;
90
90
</property >
91
91
<layout class =" QHBoxLayout" name =" horizontalLayout_4" >
92
92
<property name =" topMargin" >
93
- <number >27 </number >
93
+ <number >22 </number >
94
94
</property >
95
95
<property name =" bottomMargin" >
96
96
<number >0</number >
97
97
</property >
98
98
<item >
99
99
<widget class =" QPushButton" name =" pushButton" >
100
+ <property name =" minimumSize" >
101
+ <size >
102
+ <width >0</width >
103
+ <height >64</height >
104
+ </size >
105
+ </property >
106
+ <property name =" maximumSize" >
107
+ <size >
108
+ <width >16777215</width >
109
+ <height >64</height >
110
+ </size >
111
+ </property >
100
112
<property name =" styleSheet" >
101
113
<string notr =" true" >border: none;</string >
102
114
</property >
@@ -105,7 +117,7 @@ border-radius: 5px;
105
117
</property >
106
118
<property name =" icon" >
107
119
<iconset resource =" ../Resources_linux.qrc" >
108
- <normaloff >:/images/app_128 .png</normaloff >:/images/app_128 .png</iconset >
120
+ <normaloff >:/images/app_64 .png</normaloff >:/images/app_64 .png</iconset >
109
121
</property >
110
122
<property name =" iconSize" >
111
123
<size >
@@ -203,6 +215,12 @@ border-radius: 5px;
203
215
</item >
204
216
<item >
205
217
<widget class =" QTextEdit" name =" tChangelog" >
218
+ <property name =" sizePolicy" >
219
+ <sizepolicy hsizetype =" Fixed" vsizetype =" Fixed" >
220
+ <horstretch >0</horstretch >
221
+ <verstretch >0</verstretch >
222
+ </sizepolicy >
223
+ </property >
206
224
<property name =" minimumSize" >
207
225
<size >
208
226
<width >360</width >
You can’t perform that action at this time.
0 commit comments