Skip to content

Commit

Permalink
Merge pull request #14 from ch-sa/fix-mac-style
Browse files Browse the repository at this point in the history
Fix mac style
  • Loading branch information
ch-sa authored Jul 7, 2021
2 parents 68dd41a + 3f0d0f7 commit 69f7551
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions labelCloud/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,7 @@ def get_main_app():

def run():
app, _ = get_main_app()

app.setStyle("Fusion")

sys.exit(app.exec_())
2 changes: 2 additions & 0 deletions labelCloud/view/gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ def __init__(self, control: "Controller"):
self.setWindowTitle("labelCloud")

# MENU BAR
self.menu_bar = self.findChild(QtWidgets.QMenuBar, "menubar")
self.menu_bar.setNativeMenuBar(False)
# File
self.action_setpcdfolder = self.findChild(
QtWidgets.QAction, "action_setpcdfolder"
Expand Down

0 comments on commit 69f7551

Please sign in to comment.