mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-11 13:50:48 -05:00
Speficy that horizontal/vertical align is a number between 0 and 1. (#1357)
This commit is contained in:
parent
c4a156fb89
commit
3309d20ce0
1 changed files with 2 additions and 2 deletions
|
@ -690,8 +690,8 @@ The following properties are currently supported:
|
|||
* **border-color**: the color used for the border around the widget.
|
||||
* **font**: the font used by this textbox (string).
|
||||
* **str**: the string to display by this textbox (string).
|
||||
* **vertical-align**: vertical alignment of the text (`0` top, `1` bottom).
|
||||
* **horizontal-align**: horizontal alignment of the text (`0` left, `1` right).
|
||||
* **vertical-align**: Vertical alignment of the text. A number between 0 (top) and 1 (bottom).
|
||||
* **horizontal-align**: Horizontal alignment of the text. A number between 0 (left) and 1 (right).
|
||||
* **text-color**: the text color to use.
|
||||
* **highlight**: text style {color}.
|
||||
color is optional, multiple highlight styles can be added like: bold underline italic #000000;
|
||||
|
|
Loading…
Reference in a new issue