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
3a0ce695
Commit
3a0ce695
authored
Dec 20, 2020
by
Srevin Saju
🎲
Committed by
Nate Graham
Dec 26, 2020
Browse files
revert:
bf7d64b3
. Fixes panel height adjusting fails when the panel is on top / left
BUG: 430050
parent
b57e2a3f
Changes
1
Hide whitespace changes
Inline
Side-by-side
desktoppackage/contents/configuration/panelconfiguration/ToolBar.qml
View file @
3a0ce695
...
...
@@ -120,10 +120,7 @@ Item {
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
// When the panel is on the top or left, we need to reverse the drag
// and scroll directions so people can drag and scroll towards the
// center of the screen
stepSize
:
panel
.
location
===
PlasmaCore
.
Types
.
TopEdge
||
panel
.
location
===
PlasmaCore
.
Types
.
RightEdge
?
-
2
:
2
stepSize
:
2
value
:
panel
.
thickness
onValueModified
:
{
...
...
Srevin Saju
🎲
@srevinsaju
mentioned in commit
68793597
·
Dec 26, 2020
mentioned in commit
68793597
mentioned in commit 687935970717d9bb57b364ee95baae57d7f1b266
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