Skip to content

Commit 01ad4cf

Browse files
authored
making spacebar wider as in master branch
1 parent a3c7b8e commit 01ad4cf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/src/main/res/xml/keys_letters_french.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,12 +105,12 @@
105105
<Key
106106
app:code="32"
107107
app:isRepeatable="true"
108-
app:keyWidth="45%p" />
108+
app:keyWidth="50%p" />
109109
<Key app:keyLabel="." />
110110
<Key
111111
app:code="-4"
112112
app:keyEdgeFlags="right"
113113
app:keyIcon="@drawable/ic_enter_vector"
114-
app:keyWidth="20%p" />
114+
app:keyWidth="15%p" />
115115
</Row>
116116
</Keyboard>

0 commit comments

Comments
 (0)