Skip to content

Commit

Permalink
don't cut the DELETE button on the tasklist edit popup
Browse files Browse the repository at this point in the history
  • Loading branch information
CampelloManuel committed May 1, 2024
1 parent b3669d8 commit 9759de6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/fragment_dialog_editlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
android:id="@+id/deleteButton"
style="?android:attr/buttonBarButtonStyle"
android:layout_width="wrap_content"
android:layout_height="48dp"
android:layout_height="wrap_content"
android:layout_marginTop="4dp"
android:layout_marginBottom="4dp"
android:clickable="true"
Expand Down

0 comments on commit 9759de6

Please sign in to comment.