Skip to content

Commit

Permalink
Minor fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
vtmateos committed Aug 16, 2015
1 parent 0fa5a65 commit 6fd8eb6
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Source/MEGASync/control/Preferences.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const int Preferences::BUILD_ID = 6;
const QString Preferences::VERSION_STRING = QString::fromAscii("2.1.2");
const QString Preferences::SDK_ID = QString::fromAscii("3acc3");
const QString Preferences::CHANGELOG = QString::fromUtf8(
"- Dowloads from the web client\n"
"- Downloads from the web client\n"
"- Performance enhancements\n"
"- Bug fixes\n"
"- This dialog :-)");
Expand Down
22 changes: 20 additions & 2 deletions Source/MEGASync/gui/macx/ChangeLogDialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -90,13 +90,25 @@ border-radius: 5px;
</property>
<layout class="QHBoxLayout" name="horizontalLayout_4">
<property name="topMargin">
<number>27</number>
<number>22</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<widget class="QPushButton" name="pushButton">
<property name="minimumSize">
<size>
<width>0</width>
<height>64</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>64</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">border: none;</string>
</property>
Expand All @@ -105,7 +117,7 @@ border-radius: 5px;
</property>
<property name="icon">
<iconset resource="../Resources_linux.qrc">
<normaloff>:/images/app_128.png</normaloff>:/images/app_128.png</iconset>
<normaloff>:/images/app_64.png</normaloff>:/images/app_64.png</iconset>
</property>
<property name="iconSize">
<size>
Expand Down Expand Up @@ -203,6 +215,12 @@ border-radius: 5px;
</item>
<item>
<widget class="QTextEdit" name="tChangelog">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>360</width>
Expand Down

0 comments on commit 6fd8eb6

Please sign in to comment.