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:
		@ -8,7 +8,7 @@ outlines:
 | 
			
		||||
    halfwidth:        { width: 20.205,  height: 52     }
 | 
			
		||||
    large:            { width: 60.615,  height: 52     }
 | 
			
		||||
    narrow:           { width: 30.307,  height: 52     }
 | 
			
		||||
    small:            { width: 50.512,  height: 27.725 }
 | 
			
		||||
    small-row:        { width: 50.512,  height: 27.725 }
 | 
			
		||||
    spaceline:        { width: 114.495, height: 52     }
 | 
			
		||||
    special:          { width: 40.41,   height: 52     }
 | 
			
		||||
    special-2:        { width: 60.615,  height: 52     }
 | 
			
		||||
@ -153,7 +153,7 @@ buttons:
 | 
			
		||||
        outline: "action"
 | 
			
		||||
        keysym: "Tab"
 | 
			
		||||
    Tab-small:
 | 
			
		||||
        outline: "small"
 | 
			
		||||
        outline: "small-row"
 | 
			
		||||
        keysym: "Tab"
 | 
			
		||||
        label: "Tab"
 | 
			
		||||
    Del:
 | 
			
		||||
@ -176,32 +176,32 @@ buttons:
 | 
			
		||||
        keysym: "Break"
 | 
			
		||||
        label: "Untbr"
 | 
			
		||||
    Home:
 | 
			
		||||
        outline: "small"
 | 
			
		||||
        outline: "small-row"
 | 
			
		||||
        keysym: "Home"
 | 
			
		||||
        label: "Pos1"
 | 
			
		||||
    End:
 | 
			
		||||
        outline: "small"
 | 
			
		||||
        outline: "small-row"
 | 
			
		||||
        keysym: "End"
 | 
			
		||||
        label: "Ende"
 | 
			
		||||
    PageUp:
 | 
			
		||||
        outline: "small"
 | 
			
		||||
        outline: "small-row"
 | 
			
		||||
        keysym: "Page_Up"
 | 
			
		||||
        label: "Bild ↑"
 | 
			
		||||
    PageDown:
 | 
			
		||||
        outline: "small"
 | 
			
		||||
        outline: "small-row"
 | 
			
		||||
        keysym: "Page_Down"
 | 
			
		||||
        label: "Bild ↓"
 | 
			
		||||
    "↑":
 | 
			
		||||
        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: "↑"
 | 
			
		||||
@ -221,15 +221,15 @@ buttons:
 | 
			
		||||
        keysym: "Right"
 | 
			
		||||
    Ctrl:
 | 
			
		||||
        modifier: "Control"
 | 
			
		||||
        outline: "small"
 | 
			
		||||
        outline: "small-row"
 | 
			
		||||
        label: "Strg"
 | 
			
		||||
    Alt:
 | 
			
		||||
        modifier: "Alt"
 | 
			
		||||
        outline: "small"
 | 
			
		||||
        outline: "small-row"
 | 
			
		||||
        label: "Alt"
 | 
			
		||||
    Shift:
 | 
			
		||||
        modifier: "Shift"
 | 
			
		||||
        outline: "small"
 | 
			
		||||
        outline: "small-row"
 | 
			
		||||
        label: "Umsch"
 | 
			
		||||
    --thin:
 | 
			
		||||
        outline: "halfwidth"
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user