diff options
author | Blaine | 2020-06-11 02:04:51 +0530 |
---|---|---|
committer | Blaine | 2020-06-11 02:05:21 +0530 |
commit | acccbe3e078fa20732ca357fcd0b47eccd30b44f (patch) | |
tree | 5fde7b957c48647edbe0b6400a9699e27c0a6f02 /src/main/python/utils/fileWindow.py | |
parent | d55241d324e61081d0389aa67afacaefd7e15ac4 (diff) | |
download | Chemical-PFD-acccbe3e078fa20732ca357fcd0b47eccd30b44f.tar.gz Chemical-PFD-acccbe3e078fa20732ca357fcd0b47eccd30b44f.tar.bz2 Chemical-PFD-acccbe3e078fa20732ca357fcd0b47eccd30b44f.zip |
ui update
Diffstat (limited to 'src/main/python/utils/fileWindow.py')
-rw-r--r-- | src/main/python/utils/fileWindow.py | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/main/python/utils/fileWindow.py b/src/main/python/utils/fileWindow.py index e0f5652..ba0b6e9 100644 --- a/src/main/python/utils/fileWindow.py +++ b/src/main/python/utils/fileWindow.py @@ -61,20 +61,6 @@ class fileWindow(QMdiSubWindow): self.sideView.setInteractive(False) self.sideViewCloseButton = QPushButton('×', self.sideView) self.sideViewCloseButton.setFlat(True) - self.sideViewCloseButton.setStyleSheet("""QPushButton{ - background: rgba(214, 54, 40, 50%); - border: 1px groove white; - border-radius: 2px; - font-size: 18px; - font-weight: Bold; - padding: 1px 2px 3px 3px; - color: rgba(255, 255, 255, 50%); - } - QPushButton:Hover{ - background: rgba(214, 54, 40, 90%); - color: rgba(255, 255, 255, 90%); - } - """) self.sideViewCloseButton.setFixedSize(20, 20) self.moveSideViewCloseButton() self.sideViewCloseButton.clicked.connect(lambda: setattr(self, 'sideViewTab', None)) |