Skip to content

Commit

Permalink
add whitespace around minus operator
Browse files Browse the repository at this point in the history
  • Loading branch information
dylansdaniels committed Nov 25, 2024
1 parent ba5d2a3 commit 9bf60c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hnn_core/gui/gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ def __init__(self, theme_color="#802989",
height=f"{operation_box_height}px",
flex_wrap="wrap",
),
"config_box": Layout(width=f"{left_sidebar_width-40}px",
"config_box": Layout(width=f"{left_sidebar_width - 40}px",
height=f"{config_box_height - 100}px"),
"drive_widget": Layout(width="auto"),
"drive_textbox": Layout(width='270px', height='auto'),
Expand Down

0 comments on commit 9bf60c2

Please sign in to comment.