mirror of
https://github.com/kossLAN/dots.git
synced 2025-11-05 06:59:50 -05:00
update settings schema
This commit is contained in:
parent
b55f89a00d
commit
9aa51c86da
25 changed files with 342 additions and 103 deletions
|
|
@ -10,8 +10,8 @@ Item {
|
|||
property var padding: 0
|
||||
property var radius: 20
|
||||
property var activeRectangle: true
|
||||
property var color: ShellSettings.settings.colors["inverse_surface"]
|
||||
property var activeColor: ShellSettings.settings.colors["inverse_primary"]
|
||||
property var color: ShellSettings.colors["inverse_surface"]
|
||||
property var activeColor: ShellSettings.colors["inverse_primary"]
|
||||
signal clicked
|
||||
|
||||
implicitWidth: implicitSize
|
||||
|
|
@ -19,7 +19,7 @@ Item {
|
|||
|
||||
Rectangle {
|
||||
id: iconBackground
|
||||
color: ShellSettings.settings.colors["primary"]
|
||||
color: ShellSettings.colors["primary"]
|
||||
radius: root.radius
|
||||
visible: iconButton.containsMouse && root.activeRectangle
|
||||
anchors.fill: parent
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue