Skip to content

Commit

Permalink
2.0.0 - Material Design 3
Browse files Browse the repository at this point in the history
Edit button position.
  • Loading branch information
HeaTTheatR committed Dec 19, 2023
1 parent 2dd6b46 commit 3ff91b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/bottomsheet.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
MDIconButton:
on_release: app.open_menu(self)
pos_hint: {"top": .98}
x: root.width - (self.width + dp(24))
x: dp(12)
icon: "menu"
MDNavigationLayout:
Expand Down

0 comments on commit 3ff91b4

Please sign in to comment.