Skip to content

Commit

Permalink
Merge pull request #6727 from devos50/start_download_dialog_changes
Browse files Browse the repository at this point in the history
Swapped 'cancel' and 'download' buttons
  • Loading branch information
devos50 authored Jan 17, 2022
2 parents f1de8bd + e578212 commit eed41c7
Showing 1 changed file with 16 additions and 13 deletions.
29 changes: 16 additions & 13 deletions src/tribler-gui/tribler_gui/qt_resources/startdownloaddialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -486,13 +486,7 @@ background: yellow;
</spacer>
</item>
<item>
<widget class="QToolButton" name="cancel_button">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<widget class="QToolButton" name="download_button">
<property name="minimumSize">
<size>
<width>0</width>
Expand All @@ -505,13 +499,25 @@ background: yellow;
<height>24</height>
</size>
</property>
<property name="cursor">
<cursorShape>PointingHandCursor</cursorShape>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="text">
<string>CANCEL</string>
<string>DOWNLOAD</string>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="download_button">
<widget class="QToolButton" name="cancel_button">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
Expand All @@ -527,11 +533,8 @@ background: yellow;
<property name="cursor">
<cursorShape>PointingHandCursor</cursorShape>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="text">
<string>DOWNLOAD</string>
<string>CANCEL</string>
</property>
</widget>
</item>
Expand Down

0 comments on commit eed41c7

Please sign in to comment.