Skip to content

Commit 0d1be56

Browse files
committed
[Editor] Prevent symbols from being cropped if system font size is large
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
1 parent 184df33 commit 0d1be56

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/res/layout/fragment_code_editor.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
<io.github.rosemoe.sora.widget.SymbolInputView
142142
android:id="@+id/symbol_input"
143143
android:layout_width="wrap_content"
144-
android:layout_height="36dp" />
144+
android:layout_height="wrap_content" />
145145

146146
</HorizontalScrollView>
147147

0 commit comments

Comments
 (0)