Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions dronecan_gui_tool/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -591,6 +591,9 @@ def main():
logger.info('Starting the application')
app = QApplication(sys.argv)

# Set the style for Qt6 to be same across systems
app.setStyle("Fusion")

while True:
# Asking the user to specify which interface to work with
try:
Expand Down
Loading