Skip to content

Commit

Permalink
select vessel label size fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
c4pointer committed Feb 12, 2023
1 parent 4d39769 commit f8c9d3c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bunkercalc.kv
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ ScreenManager:
theme_text_color: "Custom"
text_color: "#4a4939"
# md_bg_color: "#cccfff"
size_hint_x: .2
# size_hint_x: .5
# pos_hint_y: 1
MDBoxLayout:
orientation : "horizontal"
Expand Down
4 changes: 2 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
import sqlite3
import threading
# Window resizing. To be deleted or commented before compiling
# from kivy.core.window import Window
# Window.size = (400, 700)
from kivy.core.window import Window
Window.size = (400, 700)

# Here we store our dict with total quantity of fuel
total_list_hfo = {}
Expand Down

0 comments on commit f8c9d3c

Please sign in to comment.