Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Weixuan Xiao
kdeconnect-kde
Commits
bb825fed
Commit
bb825fed
authored
Sep 06, 2013
by
Albert Vaca Cintora
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Prettifying plasmoid
Text is no longer over the dismiss button but wrapped in two lines
parent
fe6a0a89
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
plasmoid/package/contents/ui/DeviceDelegate.qml
plasmoid/package/contents/ui/DeviceDelegate.qml
+6
-0
No files found.
plasmoid/package/contents/ui/DeviceDelegate.qml
View file @
bb825fed
...
...
@@ -60,8 +60,14 @@ PlasmaComponents.ListItem
delegate
:
PlasmaComponents.ListItem
{
PlasmaComponents.Label
{
text
:
appName
+
"
:
"
+
display
anchors.right
:
dismissButton
.
left
anchors.left
:
parent
.
left
elide
:
Text
.
ElideRight
maximumLineCount
:
2
wrapMode
:
Text
.
WordWrap
}
PlasmaComponents.ToolButton
{
id
:
dismissButton
visible
:
notificationsModel
.
isAnyDimissable
;
enabled
:
dismissable
anchors.right
:
parent
.
right
...
...
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