Skip to content

Commit

Permalink
Update MDToolBar to MDTopAppBar
Browse files Browse the repository at this point in the history
  • Loading branch information
WithSJ committed Sep 23, 2023
1 parent cadfb75 commit ec6288f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion libs/uix/kv/chat_room.kv
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# md_bg_color: app.theme_cls.primary_color
orientation:'vertical'

MDToolbar:
MDTopAppBar:
id:profile_bar
title: "@username"
size_hint: 1,0.08
Expand Down
2 changes: 1 addition & 1 deletion libs/uix/kv/home.kv
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
BoxLayout:
orientation:'vertical'

MDToolbar:
MDTopAppBar:
title: app.APP_NAME
size_hint: 1,.08
right_action_items: [ ["account", lambda x:app.screen_manager.change_screen("profile")]]
Expand Down
2 changes: 1 addition & 1 deletion libs/uix/kv/profile.kv
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# md_bg_color: app.theme_cls.primary_color
orientation:'vertical'

MDToolbar:
MDTopAppBar:
id:profile_bar
title: "Profile"
size_hint: 1,0.08
Expand Down

0 comments on commit ec6288f

Please sign in to comment.