Skip to content

Commit 6fd8eb6

Browse files
committed
Minor fixes.
1 parent 0fa5a65 commit 6fd8eb6

File tree

2 files changed

+21
-3
lines changed

2 files changed

+21
-3
lines changed

Source/MEGASync/control/Preferences.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const int Preferences::BUILD_ID = 6;
1818
const QString Preferences::VERSION_STRING = QString::fromAscii("2.1.2");
1919
const QString Preferences::SDK_ID = QString::fromAscii("3acc3");
2020
const QString Preferences::CHANGELOG = QString::fromUtf8(
21-
"- Dowloads from the web client\n"
21+
"- Downloads from the web client\n"
2222
"- Performance enhancements\n"
2323
"- Bug fixes\n"
2424
"- This dialog :-)");

Source/MEGASync/gui/macx/ChangeLogDialog.ui

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,13 +90,25 @@ border-radius: 5px;
9090
</property>
9191
<layout class="QHBoxLayout" name="horizontalLayout_4">
9292
<property name="topMargin">
93-
<number>27</number>
93+
<number>22</number>
9494
</property>
9595
<property name="bottomMargin">
9696
<number>0</number>
9797
</property>
9898
<item>
9999
<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>
100112
<property name="styleSheet">
101113
<string notr="true">border: none;</string>
102114
</property>
@@ -105,7 +117,7 @@ border-radius: 5px;
105117
</property>
106118
<property name="icon">
107119
<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>
109121
</property>
110122
<property name="iconSize">
111123
<size>
@@ -203,6 +215,12 @@ border-radius: 5px;
203215
</item>
204216
<item>
205217
<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>
206224
<property name="minimumSize">
207225
<size>
208226
<width>360</width>

0 commit comments

Comments
 (0)