Dim Desktop: more cleanup

This commit is contained in:
ItsLemmy
2025-10-31 11:56:26 -04:00
parent 066d6f2e2f
commit cf12b98351
7 changed files with 0 additions and 53 deletions
-4
View File
@@ -855,10 +855,6 @@
"label": "Eckenradius",
"reset": "Rahmenradius zurücksetzen"
},
"dim-desktop": {
"description": "Den Desktop abdunkeln, wenn Bedienfelder oder Menüs geöffnet sind.",
"label": "Desktop abdunkeln"
},
"scaling": {
"description": "Ändert die Größe der allgemeinen Benutzeroberfläche, mit Ausnahme der Leiste.",
"label": "Oberflächenskalierung",
-4
View File
@@ -851,10 +851,6 @@
"description": "Changes the size of the general user interface, excluding the bar.",
"reset-scaling": "Reset interface scaling"
},
"dim-desktop": {
"label": "Dim desktop",
"description": "Dim the desktop when panels or menus are open."
},
"border-radius": {
"label": "Border radius",
"description": "Controls the corner roundness of windows, buttons, and other elements.",
-4
View File
@@ -855,10 +855,6 @@
"label": "Radio de borde",
"reset": "Restablecer el radio del borde"
},
"dim-desktop": {
"description": "Atenuar el escritorio cuando los paneles o menús estén abiertos.",
"label": "Dim escritorio"
},
"scaling": {
"description": "Cambia el tamaño de la interfaz de usuario general, excluyendo la barra.",
"label": "Escalado de la interfaz",
-4
View File
@@ -855,10 +855,6 @@
"label": "Rayon de bordure",
"reset": "Réinitialiser le rayon de la bordure"
},
"dim-desktop": {
"description": "Atténuer le bureau lorsque des panneaux ou des menus sont ouverts.",
"label": "Dim bureau"
},
"scaling": {
"description": "Modifie la taille de l'interface utilisateur générale, à l'exception de la barre.",
"label": "Mise à l'échelle de l'interface",
-4
View File
@@ -855,10 +855,6 @@
"label": "Raio da borda",
"reset": "Redefinir raio da borda"
},
"dim-desktop": {
"description": "Escurecer a área de trabalho quando painéis ou menus estiverem abertos.",
"label": "Dim área de trabalho"
},
"scaling": {
"description": "Altera o tamanho da interface geral do usuário, excluindo a barra.",
"label": "Escalonamento da interface",
-4
View File
@@ -855,10 +855,6 @@
"label": "边框半径",
"reset": "重置边框半径"
},
"dim-desktop": {
"description": "当面板或菜单打开时,桌面变暗。",
"label": "昏暗的桌面"
},
"scaling": {
"description": "更改通用用户界面大小,不包括栏。",
"label": "界面缩放",
@@ -195,35 +195,6 @@ ColumnLayout {
Layout.bottomMargin: Style.marginS
}
// Dim Desktop section
RowLayout {
Layout.fillWidth: true
spacing: Style.marginM
Rectangle {
width: 32
height: 32
radius: Style.radiusM
color: Color.mSurface
NIcon {
icon: "moon"
pointSize: Style.fontSizeL
color: Color.mPrimary
anchors.centerIn: parent
}
}
}
// Divider
Rectangle {
Layout.fillWidth: true
Layout.preferredHeight: 1
color: Color.mOutline
opacity: 0.2
Layout.topMargin: Style.marginS
Layout.bottomMargin: Style.marginS
}
// Bar Density section
RowLayout {
Layout.fillWidth: true