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 Thunderbolt Integration
Commits
8d6036ab
Commit
8d6036ab
authored
Jan 15, 2021
by
Nate Graham
Browse files
Port another placeholder message to use Kirigami.PlaceholderMessage
parent
3cad2fbb
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/kcm/package/contents/ui/main.qml
View file @
8d6036ab
...
...
@@ -22,7 +22,7 @@ import QtQuick 2.7
import
QtQuick
.
Layouts
1.1
import
QtQuick
.
Controls
2.3
import
org
.
kde
.
kirigami
2.
4
as
Kirigami
import
org
.
kde
.
kirigami
2.
12
as
Kirigami
import
org
.
kde
.
kquickcontrolsaddons
2.0
as
KQCAddons
import
org
.
kde
.
kcm
1.2
as
KCM
import
org
.
kde
.
bolt
0.1
as
Bolt
...
...
@@ -65,12 +65,11 @@ Kirigami.Page {
id
:
noBoltPage
Kirigami.Page
{
property
alias
text
:
label
.
text
Label
{
Kirigami.PlaceholderMessage
{
id
:
label
anchors.fill
:
parent
verticalAlignment
:
Qt
.
AlignVCenter
horizontalAlignment
:
Qt
.
AlignHCenter
anchors.centerIn
:
parent
width
:
parent
.
width
-
(
Kirigami
.
Units
.
largeSpacing
*
4
)
}
}
}
...
...
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