layouts: Adjust layout-sizes to the correct aspect-ratios
and fix some other issues, to make the layouts more consistent. The aspect-ratios of the layouts, should now match the intended aspect-ratios (12:7 and 16:5), with 3 decimal-digits of precision; either exactly, or rounded to be a little more square, so that the entire height of the panel will be used. Adding 0.001 to `width` in the `default`-outlines of the layouts, would make the layouts a little wider than the intended aspect-ratio. Part-of: <https://gitlab.gnome.org/World/Phosh/squeekboard/-/merge_requests/691>
This commit is contained in:
committed by
Marge Bot
parent
41ed436dc8
commit
e610866129
@ -2,15 +2,15 @@
|
||||
# Created by Sotiris Papadopoulos, sotirios.papadopoulos@inserm.fr
|
||||
---
|
||||
outlines:
|
||||
default: { width: 73, height: 60 }
|
||||
change-view: { width: 110, height: 60 }
|
||||
change-view-2: { width: 146, height: 60 }
|
||||
fill: { width: 110, height: 60 }
|
||||
spaceline: { width: 256, height: 60 }
|
||||
special: { width: 73, height: 60 }
|
||||
special-2: { width: 110, height: 60 }
|
||||
special-3: { width: 146, height: 60 }
|
||||
subtle-highlight: { width: 73, height: 60 }
|
||||
default: { width: 51.768, height: 42 }
|
||||
fill: { width: 77.652, height: 42 }
|
||||
change-view: { width: 77.652, height: 42 }
|
||||
change-view-2: { width: 103.536, height: 42 }
|
||||
spaceline: { width: 181.188, height: 42 }
|
||||
special: { width: 51.768, height: 42 }
|
||||
special-2: { width: 77.652, height: 42 }
|
||||
special-3: { width: 103.536, height: 42 }
|
||||
subtle-highlight: { width: 51.768, height: 42 }
|
||||
|
||||
views:
|
||||
base:
|
||||
|
||||
Reference in New Issue
Block a user