We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2798e47 commit 218fba3Copy full SHA for 218fba3
1 file changed
openandroidinstaller/views/base.py
@@ -32,7 +32,7 @@ def __init__(self, state: AppState, image: str = "placeholder.png"):
32
# configs
33
self.column_width = 600
34
# right part of the display, add content here.
35
- 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)
36
self.right_view = Column(
37
alignment="center", width=self.column_width, height=650, scroll="auto"
38
)
0 commit comments