mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-12 07:48:04 +00:00
Add texts to the icons on the toolbar
The toolbar follows the system style to display texts associated to icons. Since no specific text is provided, the text used for the action associated to the button will be used. This could make some of the buttons rather big. Add short texts to the icons so that each button uses a reasonable amount of space.
This commit is contained in:
parent
6d6e3042c2
commit
442f45d42a
@ -145,6 +145,9 @@
|
||||
<property name="text">
|
||||
<string>&Add torrent file...</string>
|
||||
</property>
|
||||
<property name="iconText">
|
||||
<string>Open</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionExit">
|
||||
<property name="text">
|
||||
@ -158,6 +161,9 @@
|
||||
<property name="text">
|
||||
<string>&Options...</string>
|
||||
</property>
|
||||
<property name="iconText">
|
||||
<string>Options</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionAbout">
|
||||
<property name="text">
|
||||
@ -168,16 +174,25 @@
|
||||
<property name="text">
|
||||
<string>&Resume</string>
|
||||
</property>
|
||||
<property name="iconText">
|
||||
<string>Resume</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionPause">
|
||||
<property name="text">
|
||||
<string>&Pause</string>
|
||||
</property>
|
||||
<property name="iconText">
|
||||
<string>Pause</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionDelete">
|
||||
<property name="text">
|
||||
<string>&Delete</string>
|
||||
</property>
|
||||
<property name="iconText">
|
||||
<string>Delete</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionWebsite">
|
||||
<property name="icon">
|
||||
@ -192,6 +207,9 @@
|
||||
<property name="text">
|
||||
<string>Add &link to torrent...</string>
|
||||
</property>
|
||||
<property name="iconText">
|
||||
<string>Open URL</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionCreate_torrent">
|
||||
<property name="text">
|
||||
@ -316,6 +334,9 @@
|
||||
<property name="toolTip">
|
||||
<string>Lock qBittorrent</string>
|
||||
</property>
|
||||
<property name="iconText">
|
||||
<string>Lock</string>
|
||||
</property>
|
||||
<property name="shortcut">
|
||||
<string notr="true">Ctrl+L</string>
|
||||
</property>
|
||||
|
Loading…
Reference in New Issue
Block a user