Merge pull request #91039 from timothyqiu/dock-icons
Allow setting editor dock tabs to icon only
This commit is contained in:
commit
0fcd30180f
8 changed files with 115 additions and 14 deletions
|
|
@ -727,6 +727,14 @@
|
|||
Removes a callback previously added by [method add_undo_redo_inspector_hook_callback].
|
||||
</description>
|
||||
</method>
|
||||
<method name="set_dock_tab_icon">
|
||||
<return type="void" />
|
||||
<param index="0" name="control" type="Control" />
|
||||
<param index="1" name="icon" type="Texture2D" />
|
||||
<description>
|
||||
Sets the tab icon for the given control in a dock slot. Setting to [code]null[/code] removes the icon.
|
||||
</description>
|
||||
</method>
|
||||
<method name="set_force_draw_over_forwarding_enabled">
|
||||
<return type="void" />
|
||||
<description>
|
||||
|
|
|
|||
|
|
@ -632,6 +632,9 @@
|
|||
If set to [b]Auto[/b], the editor scale is automatically determined based on the screen resolution and reported display DPI. This heuristic is not always ideal, which means you can get better results by setting the editor scale manually.
|
||||
If set to [b]Custom[/b], the scaling value in [member interface/editor/custom_display_scale] will be used.
|
||||
</member>
|
||||
<member name="interface/editor/dock_tab_style" type="int" setter="" getter="">
|
||||
Tab style of editor docks.
|
||||
</member>
|
||||
<member name="interface/editor/editor_language" type="String" setter="" getter="">
|
||||
The language to use for the editor interface.
|
||||
Translations are provided by the community. If you spot a mistake, [url=$DOCS_URL/contributing/documentation/editor_and_docs_localization.html]contribute to editor translations on Weblate![/url]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue