summaryrefslogtreecommitdiffstats
path: root/doc/classes/ColorPickerButton.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/classes/ColorPickerButton.xml')
-rw-r--r--doc/classes/ColorPickerButton.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/ColorPickerButton.xml b/doc/classes/ColorPickerButton.xml
index 022d8cd7d0..a725d1a3ee 100644
--- a/doc/classes/ColorPickerButton.xml
+++ b/doc/classes/ColorPickerButton.xml
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8" ?>
<class name="ColorPickerButton" inherits="Button" version="4.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd">
<brief_description>
- Button that pops out a [ColorPicker].
+ A button that brings up a [ColorPicker] when pressed.
</brief_description>
<description>
- Encapsulates a [ColorPicker] making it accessible by pressing a button. Pressing the button will toggle the [ColorPicker] visibility.
+ Encapsulates a [ColorPicker], making it accessible by pressing a button. Pressing the button will toggle the [ColorPicker]'s 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.custom_minimum_size] to a big enough value to give the button enough space.
</description>