Layouts: Fix styling of "preferences"- and "BackSpace"-buttons
Part-of: <https://gitlab.gnome.org/World/Phosh/squeekboard/-/merge_requests/643>
This commit is contained in:
@ -6,7 +6,7 @@ outlines:
|
|||||||
change-view: { width: 52.67, height: 52 }
|
change-view: { width: 52.67, height: 52 }
|
||||||
change-view-2: { width: 62, height: 52 }
|
change-view-2: { width: 62, height: 52 }
|
||||||
spaceline: { width: 99.67, height: 52 }
|
spaceline: { width: 99.67, height: 52 }
|
||||||
special: { width: 44, height: 52 }
|
special: { width: 35.33, height: 52 }
|
||||||
|
|
||||||
views:
|
views:
|
||||||
base:
|
base:
|
||||||
@ -49,7 +49,7 @@ buttons:
|
|||||||
action: "erase"
|
action: "erase"
|
||||||
preferences:
|
preferences:
|
||||||
action: "show_prefs"
|
action: "show_prefs"
|
||||||
outline: "default"
|
outline: "special"
|
||||||
icon: "keyboard-mode-symbolic"
|
icon: "keyboard-mode-symbolic"
|
||||||
show_numbers:
|
show_numbers:
|
||||||
action:
|
action:
|
||||||
|
|||||||
@ -6,7 +6,7 @@ outlines:
|
|||||||
change-view: { width: 77.51, height: 42 }
|
change-view: { width: 77.51, height: 42 }
|
||||||
change-view-2: { width: 91.25, height: 42 }
|
change-view-2: { width: 91.25, height: 42 }
|
||||||
spaceline: { width: 146.69, height: 42 }
|
spaceline: { width: 146.69, height: 42 }
|
||||||
special: { width: 64.75, height: 42 }
|
special: { width: 52, height: 42 }
|
||||||
|
|
||||||
views:
|
views:
|
||||||
base:
|
base:
|
||||||
@ -49,7 +49,7 @@ buttons:
|
|||||||
action: "erase"
|
action: "erase"
|
||||||
preferences:
|
preferences:
|
||||||
action: "show_prefs"
|
action: "show_prefs"
|
||||||
outline: "default"
|
outline: "special"
|
||||||
icon: "keyboard-mode-symbolic"
|
icon: "keyboard-mode-symbolic"
|
||||||
show_numbers:
|
show_numbers:
|
||||||
action:
|
action:
|
||||||
|
|||||||
@ -6,7 +6,7 @@ outlines:
|
|||||||
change-view: { width: 52.67, height: 52 }
|
change-view: { width: 52.67, height: 52 }
|
||||||
change-view-2: { width: 62, height: 52 }
|
change-view-2: { width: 62, height: 52 }
|
||||||
spaceline: { width: 99.67, height: 52 }
|
spaceline: { width: 99.67, height: 52 }
|
||||||
special: { width: 44, height: 52 }
|
special: { width: 35.33, height: 52 }
|
||||||
|
|
||||||
views:
|
views:
|
||||||
base:
|
base:
|
||||||
@ -49,7 +49,7 @@ buttons:
|
|||||||
action: "erase"
|
action: "erase"
|
||||||
preferences:
|
preferences:
|
||||||
action: "show_prefs"
|
action: "show_prefs"
|
||||||
outline: "default"
|
outline: "special"
|
||||||
icon: "keyboard-mode-symbolic"
|
icon: "keyboard-mode-symbolic"
|
||||||
show_numbers:
|
show_numbers:
|
||||||
action:
|
action:
|
||||||
|
|||||||
@ -6,7 +6,7 @@ outlines:
|
|||||||
change-view: { width: 77.51, height: 42 }
|
change-view: { width: 77.51, height: 42 }
|
||||||
change-view-2: { width: 91.25, height: 42 }
|
change-view-2: { width: 91.25, height: 42 }
|
||||||
spaceline: { width: 146.69, height: 42 }
|
spaceline: { width: 146.69, height: 42 }
|
||||||
special: { width: 64.75, height: 42 }
|
special: { width: 52, height: 42 }
|
||||||
|
|
||||||
views:
|
views:
|
||||||
base:
|
base:
|
||||||
@ -49,7 +49,7 @@ buttons:
|
|||||||
action: "erase"
|
action: "erase"
|
||||||
preferences:
|
preferences:
|
||||||
action: "show_prefs"
|
action: "show_prefs"
|
||||||
outline: "default"
|
outline: "special"
|
||||||
icon: "keyboard-mode-symbolic"
|
icon: "keyboard-mode-symbolic"
|
||||||
show_numbers:
|
show_numbers:
|
||||||
action:
|
action:
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
outlines:
|
outlines:
|
||||||
default: { width: 40, height: 60 }
|
default: { width: 40, height: 60 }
|
||||||
altline: { width: 56, height: 60 }
|
altline: { width: 40, height: 60 }
|
||||||
wide: { width: 62, height: 60 }
|
wide: { width: 62, height: 60 }
|
||||||
change-view: { width: 56, height: 60 }
|
change-view: { width: 56, height: 60 }
|
||||||
change-view-2: { width: 62, height: 60 }
|
change-view-2: { width: 62, height: 60 }
|
||||||
@ -27,7 +27,7 @@ views:
|
|||||||
|
|
||||||
buttons:
|
buttons:
|
||||||
BackSpace:
|
BackSpace:
|
||||||
outline: "default"
|
outline: "altline"
|
||||||
icon: "edit-clear-symbolic"
|
icon: "edit-clear-symbolic"
|
||||||
action: erase
|
action: erase
|
||||||
CommaLarge:
|
CommaLarge:
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
outlines:
|
outlines:
|
||||||
default: { width: 52, height: 42 }
|
default: { width: 52, height: 42 }
|
||||||
altline: { width: 72.8, height: 42 }
|
altline: { width: 52, height: 42 }
|
||||||
wide: { width: 80.6, height: 42 }
|
wide: { width: 80.6, height: 42 }
|
||||||
change-view: { width: 72.8, height: 42 }
|
change-view: { width: 72.8, height: 42 }
|
||||||
change-view-2: { width: 80.6, height: 42 }
|
change-view-2: { width: 80.6, height: 42 }
|
||||||
@ -27,7 +27,7 @@ views:
|
|||||||
|
|
||||||
buttons:
|
buttons:
|
||||||
BackSpace:
|
BackSpace:
|
||||||
outline: "default"
|
outline: "altline"
|
||||||
icon: "edit-clear-symbolic"
|
icon: "edit-clear-symbolic"
|
||||||
action: erase
|
action: erase
|
||||||
CommaLarge:
|
CommaLarge:
|
||||||
|
|||||||
@ -8,7 +8,7 @@ outlines:
|
|||||||
change-view: { width: 52.67, height: 52 }
|
change-view: { width: 52.67, height: 52 }
|
||||||
change-view-2: { width: 62, height: 52 }
|
change-view-2: { width: 62, height: 52 }
|
||||||
spaceline: { width: 99.67, height: 52 }
|
spaceline: { width: 99.67, height: 52 }
|
||||||
special: { width: 44, height: 52 }
|
special: { width: 35.33, height: 52 }
|
||||||
|
|
||||||
views:
|
views:
|
||||||
base:
|
base:
|
||||||
@ -51,7 +51,7 @@ buttons:
|
|||||||
action: "erase"
|
action: "erase"
|
||||||
preferences:
|
preferences:
|
||||||
action: "show_prefs"
|
action: "show_prefs"
|
||||||
outline: "default"
|
outline: "special"
|
||||||
icon: "keyboard-mode-symbolic"
|
icon: "keyboard-mode-symbolic"
|
||||||
show_numbers:
|
show_numbers:
|
||||||
action:
|
action:
|
||||||
|
|||||||
@ -8,7 +8,7 @@ outlines:
|
|||||||
change-view: { width: 77.52, height: 42 }
|
change-view: { width: 77.52, height: 42 }
|
||||||
change-view-2: { width: 91.26, height: 42 }
|
change-view-2: { width: 91.26, height: 42 }
|
||||||
spaceline: { width: 146.7, height: 42 }
|
spaceline: { width: 146.7, height: 42 }
|
||||||
special: { width: 64.76, height: 42 }
|
special: { width: 52, height: 42 }
|
||||||
|
|
||||||
views:
|
views:
|
||||||
base:
|
base:
|
||||||
@ -51,7 +51,7 @@ buttons:
|
|||||||
action: "erase"
|
action: "erase"
|
||||||
preferences:
|
preferences:
|
||||||
action: "show_prefs"
|
action: "show_prefs"
|
||||||
outline: "default"
|
outline: "special"
|
||||||
icon: "keyboard-mode-symbolic"
|
icon: "keyboard-mode-symbolic"
|
||||||
show_numbers:
|
show_numbers:
|
||||||
action:
|
action:
|
||||||
|
|||||||
Reference in New Issue
Block a user