Merge pull request #56104 from Geometror/add-flow-layout-container
Add FlowContainer
This commit is contained in:
commit
030638e5b4
10 changed files with 403 additions and 0 deletions
|
|
@ -974,6 +974,10 @@ void fill_default_theme(Ref<Theme> &theme, const Ref<Font> &default_font, const
|
|||
theme->set_constant("separation", "VSplitContainer", 12 * scale);
|
||||
theme->set_constant("autohide", "HSplitContainer", 1 * scale);
|
||||
theme->set_constant("autohide", "VSplitContainer", 1 * scale);
|
||||
theme->set_constant("hseparation", "HFlowContainer", 4 * scale);
|
||||
theme->set_constant("vseparation", "HFlowContainer", 4 * scale);
|
||||
theme->set_constant("hseparation", "VFlowContainer", 4 * scale);
|
||||
theme->set_constant("vseparation", "VFlowContainer", 4 * scale);
|
||||
|
||||
Ref<StyleBoxTexture> sb_pc = make_stylebox(tab_container_bg_png, 4, 4, 4, 4, 7, 7, 7, 7);
|
||||
theme->set_stylebox("panel", "PanelContainer", sb_pc);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue