Skip to content

Commit

Permalink
Updated tool button text in case icon graphics do not exist
Browse files Browse the repository at this point in the history
  • Loading branch information
marip8 committed Sep 9, 2024
1 parent 601eb2e commit 3310cab
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions noether_gui/src/widgets/plugin_loader_widget.ui
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Add a new object to the list&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="text">
<string>...</string>
<string>+</string>
</property>
<property name="icon">
<iconset theme="list-add"/>
Expand Down Expand Up @@ -76,7 +76,7 @@
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Move the object up in the list order&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="text">
<string>...</string>
<string>^</string>
</property>
<property name="icon">
<iconset theme="go-up"/>
Expand All @@ -89,7 +89,7 @@
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Move the object down in the list order&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="text">
<string>...</string>
<string>v</string>
</property>
<property name="icon">
<iconset theme="go-down"/>
Expand All @@ -109,7 +109,7 @@
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Remove the current selection&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="text">
<string>...</string>
<string>-</string>
</property>
<property name="icon">
<iconset theme="list-remove"/>
Expand All @@ -122,7 +122,7 @@
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Remove all items&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="text">
<string>...</string>
<string>clr</string>
</property>
<property name="icon">
<iconset theme="edit-delete"/>
Expand Down

0 comments on commit 3310cab

Please sign in to comment.