Skip to content

Commit

Permalink
bitcraze#432: Force "Fusion" Qt style on all platform
Browse files Browse the repository at this point in the history
 This should unify the GUI appearance on all platform and remove the
 need to develop custom styles for each platform.
  • Loading branch information
ataffanel committed Aug 18, 2020
1 parent 21672bb commit 7c9c340
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cfclient/gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ def main():
from PyQt5.QtGui import QIcon

app = QApplication(sys.argv)
app.setStyle("Fusion")
from cfclient.utils.ui import UiUtils

# Create and set an event loop that combines qt and asyncio
Expand Down

0 comments on commit 7c9c340

Please sign in to comment.