From 6945dd50a5beda5387b3763786d75eaf3414d605 Mon Sep 17 00:00:00 2001 From: Danny Colin Date: Thu, 29 Jul 2021 14:46:09 -0400 Subject: [PATCH] Speficy that horizontal/vertical align is a number between 0 and 1. (#1357) --- doc/rofi-theme.5.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/rofi-theme.5.markdown b/doc/rofi-theme.5.markdown index 6864b44b..f4c79084 100644 --- a/doc/rofi-theme.5.markdown +++ b/doc/rofi-theme.5.markdown @@ -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;