Skip to content

Commit

Permalink
Make the base dialog taller to fit all the languages (#2581)
Browse files Browse the repository at this point in the history
  • Loading branch information
keianhzo authored and bluemarvin committed Jan 3, 2020
1 parent 5c9ff17 commit 2365f46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/values/dimen.xml
Expand Up @@ -243,7 +243,7 @@

<!-- Prompt dialog -->
<dimen name="prompt_dialog_width">450dp</dimen>
<dimen name="prompt_dialog_height">340dp</dimen>
<dimen name="prompt_dialog_height">365dp</dimen>
<dimen name="prompt_dialog_padding_top">20dp</dimen>
<dimen name="prompt_dialog_padding_bottom">42dp</dimen>
<dimen name="prompt_dialog_padding_sides">64dp</dimen>
Expand Down

0 comments on commit 2365f46

Please sign in to comment.