From 95d3c3f5cfe61013e3ff228f40c02a3a881bef0e Mon Sep 17 00:00:00 2001 From: James O'SHANNESSY <12959316+joshanne@users.noreply.github.com> Date: Tue, 31 Mar 2026 20:35:19 +1100 Subject: [PATCH] ui: Set Style to Fusion for all systems --- dronecan_gui_tool/main.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dronecan_gui_tool/main.py b/dronecan_gui_tool/main.py index 01dcd78..bef2952 100644 --- a/dronecan_gui_tool/main.py +++ b/dronecan_gui_tool/main.py @@ -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: