mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
Merge pull request #511 from sakarie9/activewindow-max-width
ActiveWindow: implement dynamic width with max width setting
This commit is contained in:
@@ -932,9 +932,13 @@
|
||||
"label": "Scrollmodus",
|
||||
"description": "Steuern, wann Textscrolling für lange Fenstertitel aktiviert ist."
|
||||
},
|
||||
"width": {
|
||||
"description": "Steuert die horizontale Größe des Widgets.",
|
||||
"label": "Widget-Breite"
|
||||
"max-width": {
|
||||
"label": "Maximale Breite",
|
||||
"description": "Stellt die maximale Horizontalgröße des Widgets ein. Das Widget wird sich an kürzere Inhalte anpassen."
|
||||
},
|
||||
"use-fixed-width": {
|
||||
"label": "Feste Breite verwenden",
|
||||
"description": "Wenn aktiviert, verwendet das Widget immer die maximale Breite, anstatt sich dynamisch an den Inhalt anzupassen."
|
||||
},
|
||||
"colorize-icons": {
|
||||
"label": "Symbole einfärben",
|
||||
|
||||
@@ -915,9 +915,13 @@
|
||||
"label": "Scrolling mode",
|
||||
"description": "Control when text scrolling is enabled for long window titles."
|
||||
},
|
||||
"width": {
|
||||
"label": "Widget Width",
|
||||
"description": "Controls the horizontal size of the widget."
|
||||
"max-width": {
|
||||
"label": "Maximum Width",
|
||||
"description": "Sets the maximum horizontal size of the widget. The widget will shrink to fit shorter content."
|
||||
},
|
||||
"use-fixed-width": {
|
||||
"label": "Use Fixed Width",
|
||||
"description": "When enabled, the widget will always use the maximum width instead of dynamically adjusting to content."
|
||||
},
|
||||
"colorize-icons": {
|
||||
"label": "Colorize Icons",
|
||||
|
||||
@@ -915,9 +915,13 @@
|
||||
"label": "Modo de desplazamiento",
|
||||
"description": "Controlar cuándo está habilitado el desplazamiento de texto para títulos de ventana largos."
|
||||
},
|
||||
"width": {
|
||||
"description": "Controla el tamaño horizontal del widget.",
|
||||
"label": "Ancho del widget"
|
||||
"max-width": {
|
||||
"label": "Ancho Máximo",
|
||||
"description": "Establece el tamaño horizontal máximo del widget. El widget se reducirá para adaptarse a contenido más corto."
|
||||
},
|
||||
"use-fixed-width": {
|
||||
"label": "Usar Ancho Fijo",
|
||||
"description": "Cuando está activado, el widget siempre usará el ancho máximo en lugar de ajustarse dinámicamente al contenido."
|
||||
},
|
||||
"colorize-icons": {
|
||||
"label": "Colorear iconos",
|
||||
|
||||
@@ -915,9 +915,13 @@
|
||||
"label": "Mode de masquage",
|
||||
"description": "Contrôle le comportement du widget lorsqu'aucune fenêtre n'est active."
|
||||
},
|
||||
"width": {
|
||||
"description": "Contrôle la taille horizontale du widget.",
|
||||
"label": "Largeur du widget"
|
||||
"max-width": {
|
||||
"label": "Largeur Maximale",
|
||||
"description": "Définit la taille horizontale maximale du widget. Le widget se rétrécira pour s'adapter à un contenu plus court."
|
||||
},
|
||||
"use-fixed-width": {
|
||||
"label": "Utiliser une Largeur Fixe",
|
||||
"description": "Lorsque activé, le widget utilisera toujours la largeur maximale au lieu de s'ajuster dynamiquement au contenu."
|
||||
},
|
||||
"colorize-icons": {
|
||||
"label": "Coloriser les icônes",
|
||||
|
||||
@@ -915,9 +915,13 @@
|
||||
"label": "Modo de rolagem",
|
||||
"description": "Controlar quando a rolagem de texto está habilitada para títulos de janela longos."
|
||||
},
|
||||
"width": {
|
||||
"description": "Controla o tamanho horizontal do widget.",
|
||||
"label": "Largura do Widget"
|
||||
"max-width": {
|
||||
"label": "Largura Máxima",
|
||||
"description": "Define o tamanho horizontal máximo do widget. O widget será reduzido para se adequar a conteúdo mais curto."
|
||||
},
|
||||
"use-fixed-width": {
|
||||
"label": "Usar Largura Fixa",
|
||||
"description": "Quando ativado, o widget sempre usará a largura máxima em vez de ajustar dinamicamente ao conteúdo."
|
||||
},
|
||||
"colorize-icons": {
|
||||
"label": "Colorir ícones",
|
||||
|
||||
@@ -915,9 +915,13 @@
|
||||
"label": "滚动模式",
|
||||
"description": "控制何时为长窗口标题启用文本滚动。"
|
||||
},
|
||||
"width": {
|
||||
"description": "控制小部件的水平尺寸。",
|
||||
"label": "小部件宽度"
|
||||
"max-width": {
|
||||
"label": "最大宽度",
|
||||
"description": "设置小部件的最大水平尺寸。当内容较短时,小部件会自动收缩以适应内容。"
|
||||
},
|
||||
"use-fixed-width": {
|
||||
"label": "使用固定宽度",
|
||||
"description": "启用后,小部件将始终使用最大宽度,而不根据内容动态调整。"
|
||||
},
|
||||
"colorize-icons": {
|
||||
"label": "着色图标",
|
||||
|
||||
Reference in New Issue
Block a user