Skip to content

Commit

Permalink
Updated TopAppBar docs for title positioning demo
Browse files Browse the repository at this point in the history
  • Loading branch information
chillibasket committed Nov 2, 2024
1 parent e73ddda commit ce39983
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kivymd/uix/appbar/appbar.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
MDTopAppBarTitle:
text: "AppBar Center-aligned"
pos_hint: {"center_x": .5}
halign: "center"
MDTopAppBarTrailingButtonContainer:
Expand Down Expand Up @@ -88,7 +88,7 @@
MDTopAppBarTitle:
text: "AppBar small"
pos_hint: {"center_x": .5}
halign: "center"
MDTopAppBarTrailingButtonContainer:
Expand Down

0 comments on commit ce39983

Please sign in to comment.