summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-01-03 14:25:24 +0100
committerDave Davenport <qball@gmpclient.org>2017-01-03 14:25:24 +0100
commite982a439fbf2694be0a808b3eb09d67047c262fe (patch)
tree02400771714256e778a2f1386d368225ff61cb54 /doc
parentfe0219a02506be3b4be19654058de07d7e979f1b (diff)
Fix spacing in listview and box.
Diffstat (limited to 'doc')
-rw-r--r--doc/themer.md22
1 files changed, 8 insertions, 14 deletions
diff --git a/doc/themer.md b/doc/themer.md
index 5c8e8635..563af9fd 100644
--- a/doc/themer.md
+++ b/doc/themer.md
@@ -131,17 +131,18 @@ Each property is closed by a semi-colon `;`;
The following properties are currently supports:
+ * all widgets:
+ * spacing: distance
+ * padding: distance
+ * padding: distance distance
+ * padding: distance distance distance
+ * padding: distance distance distance distance
+
* window:
* font: string
* background: color
* foreground: color
* border-width: integer
- * spacing: integer
- * padding: integer
- * padding-left: integer
- * padding-right: integer
- * padding-top: integer
- * padding-bottom: integer
* transparency: string
- real
- background
@@ -156,22 +157,15 @@ The following properties are currently supports:
* foreground: color
* box
- * spacing: integer
- * padding: integer
- * padding-left: integer
- * padding-right: integer
- * padding-top: integer
- * padding-bottom: integer
* textbox:
* background: color
* foreground: color
* listview:
- * spacing: integer
- * lines: integer
* columns: integer
* fixed-height: boolean
+ * dynamic: boolean
* scrollbar: boolean
* scrollbar-width: integer
* cycle: boolean