From 9b09daa8c58b80082dc5964c39cd3861f8bb8669 Mon Sep 17 00:00:00 2001 From: Michael Alexsander Silva Dias Date: Tue, 20 Aug 2019 13:41:14 -0300 Subject: Add feature to Button to make its icon expand/shrink with the button's size --- doc/classes/Button.xml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/classes') diff --git a/doc/classes/Button.xml b/doc/classes/Button.xml index 6a8cdcd2a8..305be8b58d 100644 --- a/doc/classes/Button.xml +++ b/doc/classes/Button.xml @@ -17,6 +17,9 @@ When this property is enabled, text that is too large to fit the button is clipped, when disabled the Button will always be wide enough to hold the text. + + When enabled, the button's icon will expand/shrink to fit the button's size while keeping its aspect. + Flat buttons don't display decoration. -- cgit v1.2.3