summaryrefslogtreecommitdiff
path: root/scene/resources/style_box.h
diff options
context:
space:
mode:
authorYuri Sizov <yuris@humnom.net>2023-01-26 17:11:37 +0100
committerYuri Sizov <yuris@humnom.net>2023-01-26 17:11:37 +0100
commit9b7124b49c93f24f35ecdf0f949582d0aa618daf (patch)
treed5c0ea5306745f7a8966555b839c0ca2398ea443 /scene/resources/style_box.h
parentcc7aa72f01fdea5f93b0a618fcd12db55617beb0 (diff)
Remove size restrictions from StyleBoxTexture
Diffstat (limited to 'scene/resources/style_box.h')
-rw-r--r--scene/resources/style_box.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/scene/resources/style_box.h b/scene/resources/style_box.h
index 91033617ab..17acfd773e 100644
--- a/scene/resources/style_box.h
+++ b/scene/resources/style_box.h
@@ -107,8 +107,6 @@ protected:
static void _bind_methods();
public:
- virtual Size2 get_minimum_size() const override;
-
void set_expand_margin(Side p_expand_side, float p_size);
void set_expand_margin_all(float p_expand_margin_size);
void set_expand_margin_individual(float p_left, float p_top, float p_right, float p_bottom);