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
Luca Carlon
Plasma Workspace
Commits
5868a147
Commit
5868a147
authored
Mar 20, 2022
by
Luca Carlon
Browse files
Make systray resizable and allow for a larger size.
parent
6d91e350
Pipeline
#152849
passed with stage
in 6 minutes and 24 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
applets/systemtray/package/contents/ui/ExpandedRepresentation.qml
View file @
5868a147
...
...
@@ -25,12 +25,12 @@ Item {
width
:
defaultWidth
Layout.minimumWidth
:
defaultWidth
Layout.preferredWidth
:
defaultWidth
Layout.maximumWidth
:
defaultWidth
Layout.maximumWidth
:
defaultWidth
*
2
height
:
defaultHeight
Layout.minimumHeight
:
defaultHeight
Layout.preferredHeight
:
defaultHeight
Layout.maximumHeight
:
defaultHeight
Layout.maximumHeight
:
defaultHeight
*
2
property
alias
hiddenLayout
:
hiddenItemsView
.
layout
property
alias
plasmoidContainer
:
container
...
...
applets/systemtray/package/contents/ui/main.qml
View file @
5868a147
...
...
@@ -227,6 +227,7 @@ MouseArea {
location
:
Plasmoid
.
location
hideOnWindowDeactivate
:
!
Plasmoid
.
configuration
.
pin
visible
:
systemTrayState
.
expanded
resizable
:
true
backgroundHints
:
(
Plasmoid
.
containmentDisplayHints
&
PlasmaCore
.
Types
.
DesktopFullyCovered
)
?
PlasmaCore
.
Dialog
.
SolidBackground
:
PlasmaCore
.
Dialog
.
StandardBackground
onVisibleChanged
:
{
...
...
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