Add border at the bottom of view-changing buttons
to make those distinguishable from other highlighted buttons. The border at the bottom makes it look like a stack of buttons that will be put into position when tapping the view-changing buttons. Part-of: <https://gitlab.gnome.org/World/Phosh/squeekboard/-/merge_requests/635>
This commit is contained in:
@ -1,13 +1,14 @@
|
||||
---
|
||||
outlines:
|
||||
default: { width: 48, height: 42 }
|
||||
halfwidth: { width: 24, height: 42 }
|
||||
thin: { width: 30, height: 42 }
|
||||
narrow: { width: 40.5, height: 42 }
|
||||
altline: { width: 81, height: 42 }
|
||||
wide: { width: 108, height: 42 }
|
||||
spaceline: { width: 156, height: 42 }
|
||||
special: { width: 48, height: 42 }
|
||||
default: { width: 48, height: 42 }
|
||||
halfwidth: { width: 24, height: 42 }
|
||||
thin: { width: 30, height: 42 }
|
||||
narrow: { width: 40.5, height: 42 }
|
||||
altline: { width: 81, height: 42 }
|
||||
change-view: { width: 81, height: 42 }
|
||||
wide: { width: 108, height: 42 }
|
||||
spaceline: { width: 156, height: 42 }
|
||||
special: { width: 48, height: 42 }
|
||||
|
||||
views:
|
||||
base:
|
||||
@ -42,7 +43,7 @@ buttons:
|
||||
locking:
|
||||
lock_view: "upper"
|
||||
unlock_view: "base"
|
||||
outline: "altline"
|
||||
outline: "change-view"
|
||||
icon: "key-shift"
|
||||
BackSpace:
|
||||
outline: "altline"
|
||||
@ -55,24 +56,24 @@ buttons:
|
||||
show_numbers:
|
||||
action:
|
||||
set_view: "numbers"
|
||||
outline: "altline"
|
||||
outline: "change-view"
|
||||
label: "123"
|
||||
show_letters:
|
||||
action:
|
||||
set_view: "base"
|
||||
outline: "altline"
|
||||
outline: "change-view"
|
||||
label: "ABC"
|
||||
show_symbols:
|
||||
action:
|
||||
set_view: "symbols"
|
||||
outline: "altline"
|
||||
outline: "change-view"
|
||||
label: "*/="
|
||||
show_eschars:
|
||||
action:
|
||||
locking:
|
||||
lock_view: "eschars"
|
||||
unlock_view: "base"
|
||||
outline: "altline"
|
||||
outline: "change-view"
|
||||
label: "Ää"
|
||||
space:
|
||||
outline: "spaceline"
|
||||
|
||||
Reference in New Issue
Block a user