Scaling service
This commit is contained in:
parent
b5a2bb3fe0
commit
c8f4599ff1
5 changed files with 95 additions and 43 deletions
|
|
@ -1,5 +1,7 @@
|
|||
import QtQuick
|
||||
import Quickshell
|
||||
import QtQuick.Controls
|
||||
import QtQuick.Layouts
|
||||
import qs.Widgets
|
||||
import qs.Theme
|
||||
|
||||
|
|
@ -27,7 +29,12 @@ PanelWindow {
|
|||
layer.enabled: true
|
||||
}
|
||||
|
||||
// Just testing
|
||||
NoctaliaToggle {}
|
||||
RowLayout {
|
||||
// Just testing
|
||||
NoctaliaToggle {
|
||||
label: "Label"
|
||||
description: "Description"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue