Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Plasma
Plasma Desktop
Commits
4570d415
Commit
4570d415
authored
Aug 05, 2020
by
Niccolò Venerandi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add comment on svg and remove task manager changes
parent
d4bb9fb0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
applets/taskmanager/package/contents/ui/main.qml
applets/taskmanager/package/contents/ui/main.qml
+1
-3
containments/panel/contents/ui/main.qml
containments/panel/contents/ui/main.qml
+1
-0
No files found.
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
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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