Jump to content

Expanding screen real estate Tactic Screen


-Jef-
 Share

Recommended Posts

Am using TCS 21 and this annoys me a bit that there is this much free screen real estate. Any way to make it go to edge?

unknown.png?width=1279&height=684

Also, any way tto remove colors from positions on tactics screen?

Link to post
Share on other sites

16 minutes ago, wkdsoul said:

I tried that but it doesn't work

I am on 1080p screen so vertical is under 1068-10000 thing.

<record>
                    <flags id="alignment" value="vertical" />
                    <integer id="min_value" value="1068" />
                    <integer id="max_value" value="10000" />
                    <symbol id="set_property" value="height" />
                    <integer id="true_value" value="950" />
                    <integer id="false_value" value="950" />
                </record>

Horizontal is 1920 and I put this

 

<record>
                    <flags id="alignment" value="horizontal" />
                    <integer id="min_value" value="1920" />
                    <integer id="max_value" value="10000" />
                    <symbol id="set_property" value="width" />
                    <integer id="true_value" value="1900" />
                    <integer id="false_value" value="1900" />
                </record>

 

Link to post
Share on other sites

Even tried it like this

 

<attachment class="test_screen_size_attachment" skip_if_false="true">
            <list id="properties">
                
                <record>
                    <flags id="alignment" value="vertical" />
                    <integer id="min_value" value="0" />
                    <integer id="max_value" value="10000" />
                    <symbol id="set_property" value="height" />
                    <integer id="true_value" value="950" />
                    <integer id="false_value" value="950" />
                </record>

                
                <record>
                    <flags id="alignment" value="horizontal" />
                    <integer id="min_value" value="0" />
                    <integer id="max_value" value="10000" />
                    <symbol id="set_property" value="width" />
                    <integer id="true_value" value="1900" />
                    <integer id="false_value" value="1900" />
                </record>
            </list>
        </attachment>

 

But it doesn't work either

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...