Skip to content

Commit

Permalink
Remove unneeded scrollbar from Settings/Language
Browse files Browse the repository at this point in the history
The Language dialog in the Settings is slightly too short, so the
container displays an ugly scrollbar.

This change simply makes the dialog a bit taller, so the scrollbar
goes away.
  • Loading branch information
felipeerias committed Dec 20, 2024
1 parent 238d05a commit 94fa692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/values/dimen.xml
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@
<dimen name="display_options_height">420dp</dimen>

<!-- Language and voice settings -->
<dimen name="language_options_height">380dp</dimen>
<dimen name="language_options_height">400dp</dimen>

<!-- JS Prompt dialogs -->
<item name="js_prompt_y_distance" format="float" type="dimen">1.2</item>
Expand Down

0 comments on commit 94fa692

Please sign in to comment.