mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
SidePanel: added PowerProfileCard and UtilitiesCard
This commit is contained in:
@@ -168,19 +168,17 @@ NLoader {
|
||||
font.weight: Style.fontWeightBold
|
||||
}
|
||||
|
||||
NTextInput {
|
||||
NTextInput {
|
||||
text: "Type anything"
|
||||
Layout.fillWidth: true
|
||||
onEditingFinished: function () {
|
||||
}
|
||||
onEditingFinished: function () {}
|
||||
|
||||
NDivider {
|
||||
Layout.fillWidth: true
|
||||
NDivider {
|
||||
Layout.fillWidth: true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
// NBusyIndicator
|
||||
ColumnLayout {
|
||||
spacing: Style.marginMedium * scaling
|
||||
|
||||
Reference in New Issue
Block a user