Skip to content

Commit

Permalink
Increase mod menu settings panel height when expanded.
Browse files Browse the repository at this point in the history
  • Loading branch information
Reco1I committed Nov 24, 2023
1 parent a837eea commit ca6ca09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions res/layout/fragment_in_game_option.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
android:layout_alignParentBottom="true"
android:gravity="center"
android:orientation="vertical"
android:translationY="200dp">
android:translationY="260dp">


<RelativeLayout
Expand Down Expand Up @@ -91,7 +91,7 @@
<LinearLayout
android:id="@+id/optionBody"
android:layout_width="match_parent"
android:layout_height="200dp"
android:layout_height="260dp"
android:background="@color/frgBodyBackgroundLight"
android:clickable="true"
android:orientation="vertical">
Expand Down

0 comments on commit ca6ca09

Please sign in to comment.