summaryrefslogtreecommitdiff
path: root/doc/classes/ColorPickerButton.xml
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2022-03-08 20:05:33 +0100
committerGitHub <noreply@github.com>2022-03-08 20:05:33 +0100
commit3aaaf2e3ec3873892119dd007abb1d855016efbd (patch)
tree30d75b7861ac2ce64b8f934e65fb721501b6f47b /doc/classes/ColorPickerButton.xml
parentfe95b61e529e366ffe317c5bf27ac5f5d10852e8 (diff)
parent507f72db8e7ece41d45b743917ed2b9262b7af0c (diff)
Merge pull request #57095 from madmiraal/implement-3125
Rename Control's Rect properties to exclude rect_ part
Diffstat (limited to 'doc/classes/ColorPickerButton.xml')
-rw-r--r--doc/classes/ColorPickerButton.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/ColorPickerButton.xml b/doc/classes/ColorPickerButton.xml
index e2f1fdfae1..f5e752578e 100644
--- a/doc/classes/ColorPickerButton.xml
+++ b/doc/classes/ColorPickerButton.xml
@@ -6,7 +6,7 @@
<description>
Encapsulates a [ColorPicker] making it accessible by pressing a button. Pressing the button will toggle the [ColorPicker] visibility.
See also [BaseButton] which contains common properties and methods associated with this node.
- [b]Note:[/b] By default, the button may not be wide enough for the color preview swatch to be visible. Make sure to set [member Control.rect_min_size] to a big enough value to give the button enough space.
+ [b]Note:[/b] By default, the button may not be wide enough for the color preview swatch to be visible. Make sure to set [member Control.minimum_size] to a big enough value to give the button enough space.
</description>
<tutorials>
<link title="GUI Drag And Drop Demo">https://godotengine.org/asset-library/asset/133</link>