Skip to content

Commit 8a82e61

Browse files
committed
Fix #1677
1 parent 61769b5 commit 8a82e61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kivymd/uix/navigationbar/navigationbar.kv

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
) \
6060
if self.parent else self.theme_cls.transparentColor
6161
RoundedRectangle:
62-
radius: [16,]
62+
radius: [dp(16), ]
6363
size:
6464
( \
6565
(self.parent.parent._selected_region_width, dp(32)) \

0 commit comments

Comments
 (0)