forked from Shinonome/dots-hyprland
fix weird gaps and indents in InterfaceConfig
This commit is contained in:
@@ -43,10 +43,6 @@ ContentPage {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
ContentSubsection {
|
ContentSubsection {
|
||||||
title: Translation.tr("Clock style")
|
title: Translation.tr("Clock style")
|
||||||
ConfigSelectionArray {
|
ConfigSelectionArray {
|
||||||
@@ -69,7 +65,6 @@ ContentPage {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
ConfigRow{
|
ConfigRow{
|
||||||
visible: Config.options.background.clock.style === "cookie"
|
visible: Config.options.background.clock.style === "cookie"
|
||||||
ContentSubsection {
|
ContentSubsection {
|
||||||
@@ -120,7 +115,6 @@ ContentPage {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
ContentSubsection {
|
ContentSubsection {
|
||||||
enabled: Config.options.background.clock.style === "cookie"
|
enabled: Config.options.background.clock.style === "cookie"
|
||||||
visible: enabled
|
visible: enabled
|
||||||
@@ -223,14 +217,10 @@ ContentPage {
|
|||||||
icon: "deselect",
|
icon: "deselect",
|
||||||
value: "hide"
|
value: "hide"
|
||||||
}
|
}
|
||||||
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
ContentSubsection {
|
ContentSubsection {
|
||||||
enabled: Config.options.background.clock.style === "cookie"
|
enabled: Config.options.background.clock.style === "cookie"
|
||||||
visible: enabled
|
visible: enabled
|
||||||
|
|||||||
Reference in New Issue
Block a user