diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2022-09-01 19:09:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-01 19:09:33 +0200 |
commit | 8c7be63588bf3e4ef4b780ff57936c68db5939c7 (patch) | |
tree | 781068f8e33aa1704f4fe9d9f4a238397fbee8f1 /doc | |
parent | dcd74563b64fb45323c5d99e1382125488b863e8 (diff) | |
parent | 15fd025f900de9ff45e60e4b07d8839352d5a1f4 (diff) |
Merge pull request #65192 from YuriSizov/control-customizable-cache-p2
Diffstat (limited to 'doc')
-rw-r--r-- | doc/classes/AcceptDialog.xml | 6 |
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> |