mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
fix(ui): adapt icon position labels based on bar orientation
- Add barIsVertical property to BarWidgetSettingsDialog - Pass barIsVertical from NSectionEditor to dialog - Show Top/Bottom for vertical bar, Left/Right for horizontal bar - Keep fallback to oppositeDirection when iconPosition not set - Fix BarPillVertical iconPosition mapping (left=top, right=bottom)
This commit is contained in:
@@ -124,6 +124,8 @@
|
||||
"icon-position-label": "Icon position",
|
||||
"icon-position-left": "Left",
|
||||
"icon-position-right": "Right",
|
||||
"icon-position-top": "Top",
|
||||
"icon-position-bottom": "Bottom",
|
||||
"ipc-identifier-description": "Unique identifier for IPC commands. Use this identifier with 'qs -c noctalia-shell ipc call cb [action] [identifier]' to control this button via IPC.",
|
||||
"ipc-identifier-label": "IPC Identifier",
|
||||
"left-click-description": "Command to execute when the button is left-clicked.",
|
||||
|
||||
Reference in New Issue
Block a user