Skip to content

Commit

Permalink
Fix #1677
Browse files Browse the repository at this point in the history
  • Loading branch information
HeaTTheatR committed May 17, 2024
1 parent 61769b5 commit 8a82e61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kivymd/uix/navigationbar/navigationbar.kv
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
) \
if self.parent else self.theme_cls.transparentColor
RoundedRectangle:
radius: [16,]
radius: [dp(16), ]
size:
( \
(self.parent.parent._selected_region_width, dp(32)) \
Expand Down

0 comments on commit 8a82e61

Please sign in to comment.