Skip to content

Commit

Permalink
new position for bottom appbar
Browse files Browse the repository at this point in the history
  • Loading branch information
c4pointer committed Jan 22, 2023
1 parent b50bd5d commit 699ea1a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildozer.spec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ source.include_exts = py,png,jpg,kv,atlas,db,ttf,md
#source.exclude_patterns = license,images/*/*.jpg

# (str) Application versioning (method 1)
version = 0.3
version = 1.1.0

# (str) Application versioning (method 2)
# version.regex = __version__ = ['"](.*)['"]
Expand Down
3 changes: 2 additions & 1 deletion bunkercalc.kv
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,11 @@ ScreenManager:
MDTopAppBar:
id: bottom_bar
title: "by Oleg Zubak"
halign : "center"
icon: "fuel"
type: "bottom"
left_action_items: [["alpha-c-box", lambda x: x]]
mode: "center"
mode : "end"

<TotalScreen>:
name:'total_screen'
Expand Down
Binary file modified viking_sea_prev.db
Binary file not shown.

0 comments on commit 699ea1a

Please sign in to comment.