Jump to content

Home Screen editing


EnigMattic1
 Share

Recommended Posts

1 hour ago, Mancunianets said:

How can I split this two containers into four as it is indicated on screen?

  Hide contents

2024-02-1220_45_18.thumb.png.e2b20573dbf8d83d86a703bea1a8219a.png

 

easiest way would be to use a horizontal arrange = fill 

Link to post
Share on other sites

22 minutes ago, TCSSkin said:

easiest way would be to use a horizontal arrange = fill 

Can you explain in more detail, please? I was trying hundreds of methods but it only turns out into 3 vertical or horizontal containers. 

Link to post
Share on other sites

6 hours ago, Mancunianets said:

How can I split this two containers into four as it is indicated on screen?

  Reveal hidden contents

2024-02-1220_45_18.thumb.png.e2b20573dbf8d83d86a703bea1a8219a.png

 

<panel>
<layout class="horizontal_arrange" horizontal_layout="-1,-1"  />

        <container>
            <layout class="vertical_arrange" vertical_layout="-1,-1"  />    

                <container  >
                    <layout class="horizontal_arrange" horizontal_layout="-1,-1" />

                        <container bkcl="purple" >
                        </container>    

                        <container bkcl="red" >
                        </container>    
                </container>

                <container >
                    <attachment_group class="horizontal_arrange" horizontal_alignment="fill" />
                        
                        <container bkcl="green" >
                        </container>

                        <container bkcl="blue" >
                        </container>

                </container>
        </container>
</panel>

remove the <panel> and </panel> and add it to your code where you want it split into 4
there might be a easier way, but thats how i do it

Link to post
Share on other sites

44 minutes ago, snowofman said:
<panel>
<layout class="horizontal_arrange" horizontal_layout="-1,-1"  />

        <container>
            <layout class="vertical_arrange" vertical_layout="-1,-1"  />    

                <container  >
                    <layout class="horizontal_arrange" horizontal_layout="-1,-1" />

                        <container bkcl="purple" >
                        </container>    

                        <container bkcl="red" >
                        </container>    
                </container>

                <container >
                    <attachment_group class="horizontal_arrange" horizontal_alignment="fill" />
                        
                        <container bkcl="green" >
                        </container>

                        <container bkcl="blue" >
                        </container>

                </container>
        </container>
</panel>

remove the <panel> and </panel> and add it to your code where you want it split into 4
there might be a easier way, but thats how i do it

Thank you. It works! But now I have new issue, I can't make them to bethe same size

Spoiler

2024-02-1321_44_44.thumb.png.7ba11ddeadde5a5f42e3917445e9eecf.png

 

Link to post
Share on other sites

2 minutes ago, Mancunianets said:

Thank you. It works! But now I have new issue, I can't make them to bethe same size

  Hide contents

2024-02-1321_44_44.thumb.png.7ba11ddeadde5a5f42e3917445e9eecf.png

 

you have a vertical_layout somewhere that sets the size of the left panels, you have to edit those to fit the sizes you want

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...