summaryrefslogtreecommitdiffstats
path: root/scene/gui/dialogs.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene/gui/dialogs.h')
-rw-r--r--scene/gui/dialogs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/scene/gui/dialogs.h b/scene/gui/dialogs.h
index 6f9f450778..12b48c903a 100644
--- a/scene/gui/dialogs.h
+++ b/scene/gui/dialogs.h
@@ -57,6 +57,8 @@ class AcceptDialog : public Window {
struct ThemeCache {
Ref<StyleBox> panel_style;
int buttons_separation = 0;
+ int buttons_min_width = 0;
+ int buttons_min_height = 0;
} theme_cache;
void _custom_action(const String &p_action);