layouts: Change "small"-outline to "small-row"-outline in terminal-layouts
and change the font-size for the "small"-outline back to 0.5em, so that the font-size for custom-layouts that use it does not change. Part-of: <https://gitlab.gnome.org/World/Phosh/squeekboard/-/merge_requests/704>
This commit is contained in:
		@ -7,7 +7,7 @@ outlines:
 | 
			
		||||
    change-view-2: { width: 103.04,  height: 42   }
 | 
			
		||||
    halfwidth:     { width: 30.912,  height: 42   }
 | 
			
		||||
    large:         { width: 92.736,  height: 42   }
 | 
			
		||||
    small:         { width: 68.693,  height: 25.2 }
 | 
			
		||||
    small-row:     { width: 68.693,  height: 25.2 }
 | 
			
		||||
    spaceline:     { width: 267.904, height: 42   }
 | 
			
		||||
    special:       { width: 61.824,  height: 42   }
 | 
			
		||||
    special-2:     { width: 92.736,  height: 42   }
 | 
			
		||||
@ -135,14 +135,14 @@ buttons:
 | 
			
		||||
        outline: "action"
 | 
			
		||||
        keysym: "Escape"
 | 
			
		||||
    Esc-small:
 | 
			
		||||
        outline: "small"
 | 
			
		||||
        outline: "small-row"
 | 
			
		||||
        keysym: "Escape"
 | 
			
		||||
        label: "Esc"
 | 
			
		||||
    Tab:
 | 
			
		||||
        outline: "action"
 | 
			
		||||
        keysym: "Tab"
 | 
			
		||||
    Tab-small:
 | 
			
		||||
        outline: "small"
 | 
			
		||||
        outline: "small-row"
 | 
			
		||||
        keysym: "Tab"
 | 
			
		||||
        label: "Tab"
 | 
			
		||||
    Del:
 | 
			
		||||
@ -161,30 +161,30 @@ buttons:
 | 
			
		||||
        outline: "action"
 | 
			
		||||
        keysym: "Break"
 | 
			
		||||
    Home:
 | 
			
		||||
        outline: "small"
 | 
			
		||||
        outline: "small-row"
 | 
			
		||||
        keysym: "Home"
 | 
			
		||||
    End:
 | 
			
		||||
        outline: "small"
 | 
			
		||||
        outline: "small-row"
 | 
			
		||||
        keysym: "End"
 | 
			
		||||
    PageUp:
 | 
			
		||||
        outline: "small"
 | 
			
		||||
        outline: "small-row"
 | 
			
		||||
        keysym: "Page_Up"
 | 
			
		||||
        label: "Page ↑"
 | 
			
		||||
    PageDown:
 | 
			
		||||
        outline: "small"
 | 
			
		||||
        outline: "small-row"
 | 
			
		||||
        keysym: "Page_Down"
 | 
			
		||||
        label: "Page ↓"
 | 
			
		||||
    "↑":
 | 
			
		||||
        outline: "small"
 | 
			
		||||
        outline: "small-row"
 | 
			
		||||
        keysym: "Up"
 | 
			
		||||
    "↓":
 | 
			
		||||
        outline: "small"
 | 
			
		||||
        outline: "small-row"
 | 
			
		||||
        keysym: "Down"
 | 
			
		||||
    "←":
 | 
			
		||||
        outline: "small"
 | 
			
		||||
        outline: "small-row"
 | 
			
		||||
        keysym: "Left"
 | 
			
		||||
    "→":
 | 
			
		||||
        outline: "small"
 | 
			
		||||
        outline: "small-row"
 | 
			
		||||
        keysym: "Right"
 | 
			
		||||
    Up:
 | 
			
		||||
        label: "↑"
 | 
			
		||||
@ -204,15 +204,15 @@ buttons:
 | 
			
		||||
        keysym: "Right"
 | 
			
		||||
    Ctrl:
 | 
			
		||||
        modifier: "Control"
 | 
			
		||||
        outline: "small"
 | 
			
		||||
        outline: "small-row"
 | 
			
		||||
        label: "Ctrl"
 | 
			
		||||
    Alt:
 | 
			
		||||
        modifier: "Alt"
 | 
			
		||||
        outline: "small"
 | 
			
		||||
        outline: "small-row"
 | 
			
		||||
        label: "Alt"
 | 
			
		||||
    Shift:
 | 
			
		||||
        modifier: "Shift"
 | 
			
		||||
        outline: "small"
 | 
			
		||||
        outline: "small-row"
 | 
			
		||||
        label: "Shift"
 | 
			
		||||
    --thin:
 | 
			
		||||
        outline: "halfwidth"
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user