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
@ -5,20 +5,20 @@
|
||||
#
|
||||
---
|
||||
outlines:
|
||||
default: { width: 40, height: 60 }
|
||||
change-view: { width: 57.5, height: 60 }
|
||||
change-view-2: { width: 81, height: 60 }
|
||||
character-group: { width: 72, height: 60 }
|
||||
fill: { width: 57.5, height: 60 }
|
||||
large: { width: 57.5, height: 60 }
|
||||
placeholder: { width: 40, height: 60 }
|
||||
placeholder-2: { width: 72, height: 60 }
|
||||
spaceline: { width: 143, height: 60 }
|
||||
spaceline-2: { width: 223, height: 60 }
|
||||
special: { width: 52.67, height: 60 }
|
||||
special-2: { width: 57.5, height: 60 }
|
||||
special-3: { width: 62, height: 60 }
|
||||
subtle-highlight: { width: 40, height: 60 }
|
||||
default: { width: 34.336, height: 52 }
|
||||
change-view: { width: 47.547, height: 52 }
|
||||
change-view-2: { width: 68.672, height: 52 }
|
||||
character-group: { width: 61.804, height: 52 }
|
||||
fill: { width: 47.547, height: 52 }
|
||||
large: { width: 47.547, height: 52 }
|
||||
placeholder: { width: 34.336, height: 52 }
|
||||
placeholder-2: { width: 61.804, height: 52 }
|
||||
spaceline: { width: 124.133, height: 52 }
|
||||
spaceline-2: { width: 192.805, height: 52 }
|
||||
special: { width: 47.547, height: 52 }
|
||||
special-2: { width: 47.547, height: 52 }
|
||||
special-3: { width: 47.547, height: 52 }
|
||||
subtle-highlight: { width: 34.336, height: 52 }
|
||||
|
||||
views:
|
||||
base:
|
||||
|
||||
Reference in New Issue
Block a user