summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2019-12-29 20:33:34 +0100
committerDave Davenport <qball@gmpclient.org>2019-12-29 20:33:34 +0100
commit40c14768552cde9f106ecbfa79584697fffc3afb (patch)
tree7ae52b2866ec6109622695bab09eee356c8e9a1b /doc
parente6bed0e5d3b6585e9e19cf6dcf4b685981ff0b84 (diff)
[Listview] Fix drawing issue
Diffstat (limited to 'doc')
-rw-r--r--doc/rofi-theme.54
-rw-r--r--doc/rofi-theme.5.markdown6
2 files changed, 7 insertions, 3 deletions
diff --git a/doc/rofi-theme.5 b/doc/rofi-theme.5
index 1cc74c94..567dd5f3 100644
--- a/doc/rofi-theme.5
+++ b/doc/rofi-theme.5
@@ -845,6 +845,8 @@ The current widgets available in \fBrofi\fP:
\fB\fCscrollbar\fR: the listview scrollbar
.IP \(bu 2
\fB\fCelement\fR: a box in the listview holding the entries
+
+.RS
.IP \(bu 2
\fB\fCelement\-icon\fR: the widget in the listview's entry showing the (optional) icon
.IP \(bu 2
@@ -853,6 +855,8 @@ The current widgets available in \fBrofi\fP:
\fB\fCelement\-text\fR: the widget in the listview's entry showing the text.
.RE
+
+.RE
.IP \(bu 2
\fB\fCmode\-switcher\fR: the main horizontal @box packing the buttons.
diff --git a/doc/rofi-theme.5.markdown b/doc/rofi-theme.5.markdown
index 86086824..08c5575e 100644
--- a/doc/rofi-theme.5.markdown
+++ b/doc/rofi-theme.5.markdown
@@ -517,9 +517,9 @@ The current widgets available in **rofi**:
* `listview`: The listview.
* `scrollbar`: the listview scrollbar
* `element`: a box in the listview holding the entries
- * `element-icon`: the widget in the listview's entry showing the (optional) icon
- * `element-index`: the widget in the listview's entry keybindable index (1,2,3..0)
- * `element-text`: the widget in the listview's entry showing the text.
+ * `element-icon`: the widget in the listview's entry showing the (optional) icon
+ * `element-index`: the widget in the listview's entry keybindable index (1,2,3..0)
+ * `element-text`: the widget in the listview's entry showing the text.
* `mode-switcher`: the main horizontal @box packing the buttons.
* `button`: the buttons @textbox for each mode
* `message`: The container holding the textbox.