Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
Plasma Desktop
Commits
41a03f21
Commit
41a03f21
authored
Jan 21, 2022
by
Arjen Hiemstra
Browse files
Don't focus panel edit spinbox by default if that would show vkbd
parent
ad24d338
Changes
1
Hide whitespace changes
Inline
Side-by-side
desktoppackage/contents/configuration/panelconfiguration/ToolBar.qml
View file @
41a03f21
...
...
@@ -11,6 +11,7 @@ import org.kde.plasma.components 3.0 as PlasmaComponents3
import
org
.
kde
.
plasma
.
core
2.0
as
PlasmaCore
import
org
.
kde
.
plasma
.
configuration
2.0
import
org
.
kde
.
kquickcontrolsaddons
2.0
as
KQuickControlsAddons
import
org
.
kde
.
kirigami
2.19
as
Kirigami
Item
{
id
:
root
...
...
@@ -195,7 +196,7 @@ Item {
Layout.fillWidth
:
true
editable
:
true
focus
:
tru
e
focus
:
!
Kirigami
.
InputMethod
.
willShowOnActiv
e
from
:
20
// below this size, the panel is mostly unusable
to
:
PlasmaCore
.
Types
.
LeftEdge
||
panel
.
location
===
PlasmaCore
.
Types
.
RightEdge
?
panel
.
screenToFollow
.
geometry
.
width
/
2
:
panel
.
screenToFollow
.
geometry
.
height
/
2
...
...
Arjen Hiemstra
@ahiemstra
mentioned in commit
4c6aa3ea
·
Jan 24, 2022
mentioned in commit
4c6aa3ea
mentioned in commit 4c6aa3ea4200ef1d4a03577eaa489d4f8226d092
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment