diff options
Diffstat (limited to 'accounts/gkleen@sif/shell/quickshell/KeyboardLayout.qml')
-rw-r--r-- | accounts/gkleen@sif/shell/quickshell/KeyboardLayout.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/accounts/gkleen@sif/shell/quickshell/KeyboardLayout.qml b/accounts/gkleen@sif/shell/quickshell/KeyboardLayout.qml index 4d3bd180..710ea10c 100644 --- a/accounts/gkleen@sif/shell/quickshell/KeyboardLayout.qml +++ b/accounts/gkleen@sif/shell/quickshell/KeyboardLayout.qml | |||
@@ -56,8 +56,8 @@ Rectangle { | |||
56 | } | 56 | } |
57 | visible: kbdMouseArea.containsMouse | 57 | visible: kbdMouseArea.containsMouse |
58 | 58 | ||
59 | implicitWidth: kbdTooltipText.contentWidth + 4 | 59 | implicitWidth: kbdTooltipText.contentWidth + 16 |
60 | implicitHeight: kbdTooltipText.contentHeight + 4 | 60 | implicitHeight: kbdTooltipText.contentHeight + 16 |
61 | color: "black" | 61 | color: "black" |
62 | 62 | ||
63 | Text { | 63 | Text { |