Fix settings button tooltip

(cherry picked from commit 4f32a168cd)
This commit is contained in:
Joshua Goins
2023-07-26 02:04:24 -04:00
committed by Carl Schwan
parent 412856e882
commit 244e93c926

View File

@@ -228,7 +228,7 @@ QQC2.ToolBar {
Layout.minimumWidth: Layout.preferredWidth
Layout.alignment: Qt.AlignRight
Layout.rightMargin: Kirigami.Units.largeSpacing
QQC2.ToolTip.text: parent.text
QQC2.ToolTip.text: text
QQC2.ToolTip.visible: hovered
QQC2.ToolTip.delay: Kirigami.Units.toolTipDelay
}