Fix file duplication

Increase icon size for scan library icon
This commit is contained in:
BasioMeusPuga
2018-03-14 11:53:47 +05:30
parent 3c293a39d3
commit c9559daaf6
5 changed files with 14 additions and 10 deletions

View File

@@ -237,14 +237,6 @@ class Tab(QtWidgets.QWidget):
self.exit_fs.setContext(QtCore.Qt.ApplicationShortcut)
self.exit_fs.activated.connect(self.exit_fullscreen)
# TODO
# See why Ctrl + Q won't work on a non fullscreened contentView
# widget in case the following is in code
# self.exit_all = QtWidgets.QShortcut(
# QtGui.QKeySequence('Ctrl+Q'), self.contentView)
# self.exit_all.activated.connect(self.sneaky_exit)
def go_fullscreen(self):
if self.contentView.windowState() == QtCore.Qt.WindowFullScreen:
self.exit_fullscreen()