Skip to content

Commit

Permalink
dbhub: Add text to upload button
Browse files Browse the repository at this point in the history
Add some text ("Upload") to the push database button in the Remote dock
to make its function more obvious.
  • Loading branch information
MKleusberg committed Jun 13, 2020
1 parent 5cdda28 commit 7c6ef2a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/RemoteDock.ui
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,16 @@
<property name="toolTip">
<string>Push currently opened database to server</string>
</property>
<property name="text">
<string>Upload</string>
</property>
<property name="icon">
<iconset resource="icons/icons.qrc">
<normaloff>:/icons/push_database</normaloff>:/icons/push_database</iconset>
</property>
<property name="toolButtonStyle">
<enum>Qt::ToolButtonTextBesideIcon</enum>
</property>
</widget>
</item>
</layout>
Expand Down

0 comments on commit 7c6ef2a

Please sign in to comment.