Skip to content

Commit

Permalink
esc_panel: increase height for new telemetry fields
Browse files Browse the repository at this point in the history
Avoids needing to resize the window to see all of them.
  • Loading branch information
tpwrules committed Nov 12, 2024
1 parent cedb3c8 commit 62d15b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dronecan_gui_tool/panels/esc_panel.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def __init__(self, esc_index, parent):

self.setLayout(layout)

self.setMinimumHeight(300)
self.setMinimumHeight(475)

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

0 comments on commit 62d15b9

Please sign in to comment.