Skip to content

Commit

Permalink
[tools/shoestring]: drop explicit width
Browse files Browse the repository at this point in the history
 problem: smaller screen sizes are not supported
solution: remove explicit width=200
  • Loading branch information
Jaguar0625 committed Jul 31, 2023
1 parent 250c07e commit 8ef352e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/shoestring/shoestring/wizard/screens/obligatory.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ def switch_to_first_tab():
filter=show_private_key_tabs
),
ConditionalContainer(main_private_key_tabs, filter=show_private_key_tabs)
], width=200),
]),
padding=1
),

Expand Down

0 comments on commit 8ef352e

Please sign in to comment.