Browse Source

qt: add missing tooltips to add-folder media library interface buttons

pull/134/head
Lyndon Brown 4 years ago
committed by Hugo Beauzée-Luyssen
parent
commit
5fe96d3de1
  1. 6
      modules/gui/qt/dialogs/preferences/sprefs_medialibrary.ui

6
modules/gui/qt/dialogs/preferences/sprefs_medialibrary.ui

@ -48,6 +48,9 @@
<height>16</height>
</size>
</property>
<property name="toolTip">
<string>Add scanned folder</string>
</property>
<property name="text">
<string>+</string>
</property>
@ -61,6 +64,9 @@
<height>16</height>
</size>
</property>
<property name="toolTip">
<string>Add banned folder</string>
</property>
<property name="text">
<string>+</string>
</property>

Loading…
Cancel
Save