mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +00:00
Remove tooltips from dock nav buttons
The ToolTip popups were overlapping the Home and Overview buttons, blocking click input. The icons are self-explanatory.
This commit is contained in:
parent
9e60c0e923
commit
1ce85bba28
1 changed files with 0 additions and 8 deletions
|
|
@ -73,10 +73,6 @@ MouseArea {
|
||||||
hoverEnabled: true
|
hoverEnabled: true
|
||||||
onClicked: MobileShellState.ShellDBusClient.openHomeScreen()
|
onClicked: MobileShellState.ShellDBusClient.openHomeScreen()
|
||||||
}
|
}
|
||||||
|
|
||||||
Controls.ToolTip.text: i18n("Home")
|
|
||||||
Controls.ToolTip.visible: homeMouseArea.containsMouse
|
|
||||||
Controls.ToolTip.delay: Kirigami.Units.toolTipDelay
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Overview button (convergence mode, right end)
|
// Overview button (convergence mode, right end)
|
||||||
|
|
@ -106,10 +102,6 @@ MouseArea {
|
||||||
hoverEnabled: true
|
hoverEnabled: true
|
||||||
onClicked: root.folio.triggerOverview()
|
onClicked: root.folio.triggerOverview()
|
||||||
}
|
}
|
||||||
|
|
||||||
Controls.ToolTip.text: i18n("Overview")
|
|
||||||
Controls.ToolTip.visible: overviewMouseArea.containsMouse
|
|
||||||
Controls.ToolTip.delay: Kirigami.Units.toolTipDelay
|
|
||||||
}
|
}
|
||||||
|
|
||||||
TaskManager.VirtualDesktopInfo {
|
TaskManager.VirtualDesktopInfo {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue