Format
This commit is contained in:
parent
9e41697001
commit
f42fa11862
3 changed files with 10 additions and 10 deletions
|
|
@ -27,7 +27,7 @@ Item {
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
ScrollView {
|
ScrollView {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
clip: true
|
clip: true
|
||||||
ScrollBar.vertical.policy: ScrollBar.AsNeeded
|
ScrollBar.vertical.policy: ScrollBar.AsNeeded
|
||||||
|
|
|
||||||
|
|
@ -10,8 +10,8 @@ Singleton {
|
||||||
// Widget registry object mapping widget names to components
|
// Widget registry object mapping widget names to components
|
||||||
property var widgets: ({
|
property var widgets: ({
|
||||||
"ActiveWindow": activeWindowComponent,
|
"ActiveWindow": activeWindowComponent,
|
||||||
// "ArchUpdater": archUpdaterComponent,
|
"Battery"// "ArchUpdater": archUpdaterComponent,
|
||||||
"Battery": batteryComponent,
|
: batteryComponent,
|
||||||
"Bluetooth": bluetoothComponent,
|
"Bluetooth": bluetoothComponent,
|
||||||
"Brightness": brightnessComponent,
|
"Brightness": brightnessComponent,
|
||||||
"Clock": clockComponent,
|
"Clock": clockComponent,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue