Skip to content

Commit

Permalink
esc_panel: allow height to be auto-adjusted
Browse files Browse the repository at this point in the history
Avoids needing to resize the window to see telemetry fields on a HiDPI
screen.
  • Loading branch information
tpwrules authored and Huibean committed Dec 16, 2024
1 parent a166248 commit 5c9e094
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dronecan_gui_tool/panels/esc_panel.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,6 @@ def __init__(self, esc_index, parent):

self.setLayout(layout)

self.setMinimumHeight(300)

def zero(self):
self._slider.setValue(0)

Expand Down

0 comments on commit 5c9e094

Please sign in to comment.