summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorYuri Sizov <yuris@humnom.net>2022-09-07 00:55:57 +0300
committerYuri Sizov <yuris@humnom.net>2022-09-07 01:42:11 +0300
commit5eaf82b4f0a242c0cd6cb04ace0cf3a883a842ab (patch)
treebfeeffb96e4beb070f17a5b624aadae40409a238 /doc
parent432c4c40a9d29c127a5957944ca8f805dfb836ce (diff)
Make AcceptDialog and derivatives utilize StyleBox fully
Diffstat (limited to 'doc')
-rw-r--r--doc/classes/AcceptDialog.xml9
1 files changed, 3 insertions, 6 deletions
diff --git a/doc/classes/AcceptDialog.xml b/doc/classes/AcceptDialog.xml
index ee49523c90..b5a1461876 100644
--- a/doc/classes/AcceptDialog.xml
+++ b/doc/classes/AcceptDialog.xml
@@ -99,14 +99,11 @@
</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 name="buttons_separation" data_type="constant" type="int" default="10">
+ The size of the vertical space between the dialog's content and the button row.
</theme_item>
<theme_item name="panel" data_type="style" type="StyleBox">
- Panel that fills up the background of the window.
+ The panel that fills the background of the window.
</theme_item>
</theme_items>
</class>