mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
Dim Desktop: more cleanup
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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.",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user