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
d940b6ac
Verified
Commit
d940b6ac
authored
Apr 21, 2022
by
Fushan Wen
Browse files
applets/taskmanager: Set task width in GroupDialog
parent
d259a5fe
Changes
2
Hide whitespace changes
Inline
Side-by-side
applets/taskmanager/package/contents/ui/GroupDialog.qml
View file @
d940b6ac
...
...
@@ -92,6 +92,7 @@ PlasmaCore.Dialog {
restoreMode
:
Binding
.
RestoreNone
// Store rootIndex to avoid sudden changes in height
}
delegate
:
Task
{
width
:
groupListView
.
width
visible
:
true
inPopup
:
true
...
...
applets/taskmanager/package/contents/ui/Task.qml
View file @
d940b6ac
...
...
@@ -21,7 +21,6 @@ MouseArea {
activeFocusOnTab
:
true
width
:
groupDialog
.
contentWidth
height
:
Math
.
max
(
theme
.
mSize
(
theme
.
defaultFont
).
height
,
PlasmaCore
.
Units
.
iconSizes
.
medium
)
+
LayoutManager
.
verticalMargins
()
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