forked from Shinonome/dots-hyprland
change settings layout a little
This commit is contained in:
@@ -31,7 +31,6 @@ ContentPage {
|
||||
}
|
||||
}
|
||||
|
||||
ConfigRow{
|
||||
ConfigSpinBox {
|
||||
icon: "loupe"
|
||||
text: Translation.tr("Scale (%)")
|
||||
@@ -44,18 +43,8 @@ ContentPage {
|
||||
}
|
||||
}
|
||||
|
||||
ConfigSpinBox {
|
||||
icon: "support"
|
||||
text: Translation.tr("Clock sides")
|
||||
value: Config.options.background.clock.clockSides
|
||||
from: 1
|
||||
to: 36
|
||||
stepSize: 1
|
||||
onValueChanged: {
|
||||
Config.options.background.clock.clockSides = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
ContentSubsection {
|
||||
@@ -80,8 +69,18 @@ ContentPage {
|
||||
}
|
||||
}
|
||||
|
||||
ContentSubsection {
|
||||
title: Translation.tr("Cookie clock options")
|
||||
ConfigSpinBox {
|
||||
enabled: Config.options.background.clock.style === "cookie"
|
||||
icon: "support"
|
||||
text: Translation.tr("Clock sides")
|
||||
value: Config.options.background.clock.clockSides
|
||||
from: 1
|
||||
to: 36
|
||||
stepSize: 1
|
||||
onValueChanged: {
|
||||
Config.options.background.clock.clockSides = value;
|
||||
}
|
||||
}
|
||||
ConfigRow{
|
||||
enabled: Config.options.background.clock.style === "cookie"
|
||||
ConfigSwitch {
|
||||
@@ -109,7 +108,7 @@ ContentPage {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
ContentSubsection {
|
||||
title: Translation.tr("Quote settings")
|
||||
|
||||
Reference in New Issue
Block a user