Layouts: Use "change-view"-outline for all view-changing buttons
Part-of: <https://gitlab.gnome.org/World/Phosh/squeekboard/-/merge_requests/643>
This commit is contained in:
@ -3,6 +3,8 @@ outlines:
|
||||
default: { width: 52, height: 42 }
|
||||
altline: { width: 72.8, height: 42 }
|
||||
wide: { width: 80.6, height: 42 }
|
||||
change-view: { width: 72.8, height: 42 }
|
||||
change-view-2: { width: 80.6, height: 42 }
|
||||
spaceline: { width: 184.6, height: 42 }
|
||||
special: { width: 57.2, height: 42 }
|
||||
|
||||
@ -39,22 +41,22 @@ buttons:
|
||||
show_numbers:
|
||||
action:
|
||||
set_view: "numbers"
|
||||
outline: "wide"
|
||||
outline: "change-view-2"
|
||||
label: "123"
|
||||
show_numbers_from_symbols:
|
||||
action:
|
||||
set_view: "numbers"
|
||||
outline: "altline"
|
||||
outline: "change-view"
|
||||
label: "123"
|
||||
show_letters:
|
||||
action:
|
||||
set_view: "base"
|
||||
outline: "wide"
|
||||
outline: "change-view-2"
|
||||
label: "ABC"
|
||||
show_symbols:
|
||||
action:
|
||||
set_view: "symbols"
|
||||
outline: "altline"
|
||||
outline: "change-view"
|
||||
label: "*/="
|
||||
.:
|
||||
outline: "special"
|
||||
|
||||
Reference in New Issue
Block a user