Skip to content

Commit

Permalink
Fix #1701
Browse files Browse the repository at this point in the history
  • Loading branch information
HeaTTheatR committed Jun 2, 2024
1 parent f283a8b commit b5f2a7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kivymd/uix/appbar/appbar.kv
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
<MDTopAppBarTitle>
padding:
[
self._appbar._left_padding,
self._appbar._left_padding if self._appbar else 0,
0,
self._appbar._right_padding,
self._appbar._right_padding if self._appbar else 0,
0,
]
font_style:
Expand Down

0 comments on commit b5f2a7b

Please sign in to comment.