Qt: Add tooltip for stretch/expansion advanced settings

This commit is contained in:
Stenzek
2024-04-22 01:55:33 +10:00
parent eb91fe31e2
commit 106f2c10ba
2 changed files with 11 additions and 0 deletions

View File

@@ -159,6 +159,9 @@
</item>
<item>
<widget class="QToolButton" name="expansionSettings">
<property name="toolTip">
<string>Expansion Settings</string>
</property>
<property name="icon">
<iconset theme="settings-3-line"/>
</property>
@@ -173,6 +176,9 @@
</item>
<item>
<widget class="QToolButton" name="stretchSettings">
<property name="toolTip">
<string>Stretch Settings</string>
</property>
<property name="icon">
<iconset theme="settings-3-line"/>
</property>