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