Skip to content

Commit

Permalink
Extend the height of the options panel
Browse files Browse the repository at this point in the history
So that we don't need to scroll for newly added
haptic feedback in controllers settings and device name
in accounts settings.

Signed-off-by: Songlin Jiang <[email protected]>
  • Loading branch information
HollowMan6 committed Oct 20, 2023
1 parent 04b23d0 commit b088379
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 @@ -136,7 +136,7 @@

<!-- Options Panel -->
<dimen name="options_width">585dp</dimen>
<dimen name="options_height">385dp</dimen>
<dimen name="options_height">420dp</dimen>

<!-- Developer Panel -->
<dimen name="options_button_width">140dp</dimen>
Expand Down

0 comments on commit b088379

Please sign in to comment.