Skip to content

Commit

Permalink
🔨 Fixed Frameless window
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbatovK committed Nov 17, 2022
1 parent 17b0980 commit 989c699
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions view/widgets/ChatWindow.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ def init_ui(self):
self.setFixedSize(900, 600)
self.viewModel.load_theme()

self.setWindowFlags(QtCore.Qt.FramelessWindowHint)

exit_ic, refresh_ic = get_icon("exit.png"), get_icon("refresh.png")
settings_ic, send_ic = get_icon("settings.png"), get_icon("send.png")
archive_ic = get_icon("archive.png")
Expand Down

0 comments on commit 989c699

Please sign in to comment.