tooll3 / t3

Tooll 3 is an open source software to create realtime motion graphics.
MIT License
3.48k stars 193 forks source link

New Layouts not optimal for laptop screen #203

Open hollyhook opened 2 years ago

hollyhook commented 2 years ago

Screen resolution is 1920 x 1080 Revision is 79f4fa1 dev branch

Default layout (full screen):

image

Push F2 for another layout, also full screen

image

Window docking is awesome btw.

pixtur commented 2 years ago

Although I created the layouts with 2560x1440 they should by okayish with 1080p. Do you have a custom DPI-scaling set on you computer?

You should be able to adjust and and save the layouts by pressing CTRL+FN (where FN is F1 ... F9)

hollyhook commented 2 years ago

I'm aware that I can adjust and save layouts. The issue is about the default layouts, how it looks when tooll run the first time. I have set the scale to 150%

pixtur commented 1 year ago

I have to look into this. Sadly, since we switched to the docking layout, most if these are ImGui internals that are not easily accessible. But there might be something I'm missing with the DPI scaling implementation.