mirror of
https://git.davidovski.xyz/dot.git
synced 2024-08-15 00:43:28 +00:00
Switch to compfy
This commit is contained in:
parent
4c2194a7c5
commit
2c23da6112
10 changed files with 943 additions and 4 deletions
|
@ -69,11 +69,11 @@ for screen in screens:
|
|||
|
||||
#Size of the tablet
|
||||
#Prioritize the width when scaling between aspect ratios
|
||||
tw = target[2]
|
||||
tw = target[2]
|
||||
th = tw / tablet_ratio
|
||||
|
||||
if "-r" in sys.argv or "-l" in sys.argv:
|
||||
th = target[2]
|
||||
th = target[2]
|
||||
tw = th / tablet_ratio
|
||||
|
||||
#make a variable that will try to make the scale the same over diferent resoultions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue