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
4570d415
Commit
4570d415
authored
Aug 05, 2020
by
Niccolò Venerandi
Browse files
Add comment on svg and remove task manager changes
parent
d4bb9fb0
Changes
2
Hide whitespace changes
Inline
Side-by-side
applets/taskmanager/package/contents/ui/main.qml
View file @
4570d415
...
...
@@ -52,10 +52,8 @@ MouseArea {
}
}
Plasmoid.applyMargins
:
false
;
Layout.fillWidth
:
true
Layout.fillHeight
:
true
Layout.fillHeight
:
true
Layout.minimumWidth
:
tasks
.
vertical
?
0
:
LayoutManager
.
preferredMinWidth
()
Layout.minimumHeight
:
!
tasks
.
vertical
?
0
:
LayoutManager
.
preferredMinHeight
()
...
...
containments/panel/contents/ui/main.qml
View file @
4570d415
...
...
@@ -50,6 +50,7 @@ DragDrop.DropArea {
property
int
fixedWidth
:
0
property
int
fixedHeight
:
0
// This is invisible and only used to read panel margins
PlasmaCore.FrameSvgItem
{
id
:
panelSvg
visible
:
false
...
...
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