mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
classref: Use code markup for default values/overrides
Sync with godotengine/godot#35357. Fixes #3071.
This commit is contained in:
@@ -21,9 +21,9 @@ CenterContainer keeps children controls centered. This container keeps all child
|
||||
Properties
|
||||
----------
|
||||
|
||||
+-------------------------+------------------------------------------------------------------+-------+
|
||||
| :ref:`bool<class_bool>` | :ref:`use_top_left<class_CenterContainer_property_use_top_left>` | false |
|
||||
+-------------------------+------------------------------------------------------------------+-------+
|
||||
+-------------------------+------------------------------------------------------------------+-----------+
|
||||
| :ref:`bool<class_bool>` | :ref:`use_top_left<class_CenterContainer_property_use_top_left>` | ``false`` |
|
||||
+-------------------------+------------------------------------------------------------------+-----------+
|
||||
|
||||
Property Descriptions
|
||||
---------------------
|
||||
@@ -33,7 +33,7 @@ Property Descriptions
|
||||
- :ref:`bool<class_bool>` **use_top_left**
|
||||
|
||||
+-----------+-------------------------+
|
||||
| *Default* | false |
|
||||
| *Default* | ``false`` |
|
||||
+-----------+-------------------------+
|
||||
| *Setter* | set_use_top_left(value) |
|
||||
+-----------+-------------------------+
|
||||
|
||||
Reference in New Issue
Block a user