Skip to content

Commit

Permalink
Make the title a bit higher to not distort it
Browse files Browse the repository at this point in the history
  • Loading branch information
tsterbak committed Feb 16, 2023
1 parent 2798e47 commit 218fba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openandroidinstaller/views/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def __init__(self, state: AppState, image: str = "placeholder.png"):
# configs
self.column_width = 600
# right part of the display, add content here.
self.right_view_header = Column(width=self.column_width, height=100, spacing=30)
self.right_view_header = Column(width=self.column_width, height=120, spacing=30)
self.right_view = Column(
alignment="center", width=self.column_width, height=650, scroll="auto"
)
Expand Down

0 comments on commit 218fba3

Please sign in to comment.