summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorYuri Sizov <yuris@humnom.net>2022-09-01 13:38:08 +0300
committerYuri Sizov <yuris@humnom.net>2022-09-01 16:05:02 +0300
commit15fd025f900de9ff45e60e4b07d8839352d5a1f4 (patch)
tree116e5176da67586d5490beb331ff0c337ae021c0 /doc
parent0c221f0284909a1156a1c98de5104e07c1cce0b9 (diff)
Add dumb and manual theme caching systems to Window
Diffstat (limited to 'doc')
-rw-r--r--doc/classes/AcceptDialog.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/classes/AcceptDialog.xml b/doc/classes/AcceptDialog.xml
index c83ea8c60a..ee49523c90 100644
--- a/doc/classes/AcceptDialog.xml
+++ b/doc/classes/AcceptDialog.xml
@@ -99,6 +99,12 @@
</signal>
</signals>
<theme_items>
+ <theme_item name="button_margin" data_type="constant" type="int" default="32">
+ Offset that is applied to the content of the window on the bottom, effectively moving the button row.
+ </theme_item>
+ <theme_item name="margin" data_type="constant" type="int" default="8">
+ Offset that is applied to the content of the window on top, left, and right.
+ </theme_item>
<theme_item name="panel" data_type="style" type="StyleBox">
Panel that fills up the background of the window.
</theme_item>