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 19, 2024
1 parent f69d80f commit 38bbed8
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 @@ -264,7 +264,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 38bbed8

Please sign in to comment.