1
mirror of https://github.com/Shiewk/Widgets.git synced 2026-04-28 11:34:17 +02:00

Add widget width, height, text alignment and padding options

This commit is contained in:
Shy
2024-09-09 10:53:07 +02:00
parent 9e7c71e928
commit 1b1f17f2bd
3 changed files with 141 additions and 7 deletions
@@ -49,5 +49,12 @@
"widgets.widgets.cps.appearance.slash": "Split (Slash)",
"widgets.widgets.cps.appearance.unified": "Unified",
"widgets.ui.editPositions.snap": "Align positions: %s",
"widgets.ui.editPositions.snap.help": "Aligns the widget with positions of other widgets"
"widgets.ui.editPositions.snap.help": "Aligns the widget with positions of other widgets",
"widgets.widgets.basictext.width": "Widget width",
"widgets.widgets.basictext.height": "Widget height",
"widgets.widgets.basictext.alignment": "Text alignment",
"widgets.widgets.basictext.alignment.left": "Left",
"widgets.widgets.basictext.alignment.center": "Center",
"widgets.widgets.basictext.alignment.right": "Right",
"widgets.widgets.basictext.padding": "Text padding"
}