Skip to content

Commit 218fba3

Browse files
committed
Make the title a bit higher to not distort it
1 parent 2798e47 commit 218fba3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openandroidinstaller/views/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def __init__(self, state: AppState, image: str = "placeholder.png"):
3232
# configs
3333
self.column_width = 600
3434
# right part of the display, add content here.
35-
self.right_view_header = Column(width=self.column_width, height=100, spacing=30)
35+
self.right_view_header = Column(width=self.column_width, height=120, spacing=30)
3636
self.right_view = Column(
3737
alignment="center", width=self.column_width, height=650, scroll="auto"
3838
)

0 commit comments

Comments
 (0)