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
53c4c038
Commit
53c4c038
authored
Oct 09, 2020
by
Niccolò Venerandi
Browse files
Make task manager extend to borders
parent
2d0ca74d
Changes
1
Hide whitespace changes
Inline
Side-by-side
applets/taskmanager/package/contents/ui/main.qml
View file @
53c4c038
...
...
@@ -46,6 +46,8 @@ MouseArea {
Plasmoid.preferredRepresentation
:
Plasmoid
.
fullRepresentation
Plasmoid.constraintHints
:
PlasmaCore
.
Types
.
CanFillArea
Plasmoid.onUserConfiguringChanged
:
{
if
(
plasmoid
.
userConfiguring
)
{
groupDialog
.
visible
=
false
;
...
...
@@ -53,7 +55,7 @@ MouseArea {
}
Layout.fillWidth
:
true
Layout.fillHeight
:
true
Layout.fillHeight
:
true
Layout.minimumWidth
:
tasks
.
vertical
?
0
:
LayoutManager
.
preferredMinWidth
()
Layout.minimumHeight
:
!
tasks
.
vertical
?
0
:
LayoutManager
.
preferredMinHeight
()
...
...
Niccolò Venerandi
@niccolove
mentioned in merge request
!94 (closed)
·
Oct 09, 2020
mentioned in merge request
!94 (closed)
mentioned in merge request !94
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