Skip to content

Commit

Permalink
Code reformatted.
Browse files Browse the repository at this point in the history
  • Loading branch information
ATATC committed Dec 12, 2024
1 parent 3319653 commit 8ad6c51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion leads_vec/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def on_receive(self, service: Service, msg: bytes) -> None:
def add_secondary_window(context_manager: ContextManager, display: int, var_lap_times: _StringVar,
var_speed: _DoubleVar, var_speed_trend: _DoubleVar) -> None:
pot = context_manager.window()
w = Window(pot.root(), 0, 0, fullscreen=True, display=display)
w = Window(pot.root(), fullscreen=True, display=display)
window_index = context_manager.add_window(w)
num_widgets = int(w.width() / w.height())
fonts = (("Arial", int(w.width() * .2)), ("Arial", int(w.width() * .1)), ("Arial", int(w.width() * .025)))
Expand Down

0 comments on commit 8ad6c51

Please sign in to comment.