Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Network
KDE Connect
Commits
7193cfc9
Commit
7193cfc9
authored
Mar 09, 2021
by
Nicolas Fella
Browse files
[plasmoid] Use PlaceholderMessage from PlasmaExtras instead of Kirigami
Otherwise the style may be incorrect
BUG: 434197
parent
dc25d8ef
Pipeline
#53608
passed with stage
in 5 minutes and 45 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
plasmoid/package/contents/ui/FullRepresentation.qml
View file @
7193cfc9
...
...
@@ -12,7 +12,6 @@ import org.kde.plasma.extras 2.0 as PlasmaExtras
import
org
.
kde
.
kdeconnect
1.0
as
KdeConnect
import
QtQuick
.
Layouts
1.9
import
org
.
kde
.
kquickcontrolsaddons
2.0
import
org
.
kde
.
kirigami
2.12
as
Kirigami
Item
{
id
:
kdeconnect
...
...
@@ -44,7 +43,7 @@ Item {
anchors.fill
:
parent
delegate
:
DeviceDelegate
{
}
Kirigami
.PlaceholderMessage
{
PlasmaExtras
.PlaceholderMessage
{
// For optimal label and button sizing
width
:
units
.
gridUnit
*
20
anchors.centerIn
:
parent
...
...
Write
Preview
Supports
Markdown
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