diff options
author | Tanay Mathur | 2015-07-11 16:05:45 +0530 |
---|---|---|
committer | Tanay Mathur | 2015-07-11 16:05:45 +0530 |
commit | 92cead634a43cf10765425c9e7182674f5eb6ce0 (patch) | |
tree | 40528a68beee9a52245245dcb85b156fd751aa49 /src/frontEnd/Application.py | |
parent | 24fe576e3cdf1e22293ba86c9436cdb6942d163a (diff) | |
download | eSim-92cead634a43cf10765425c9e7182674f5eb6ce0.tar.gz eSim-92cead634a43cf10765425c9e7182674f5eb6ce0.tar.bz2 eSim-92cead634a43cf10765425c9e7182674f5eb6ce0.zip |
Added colours to plotting editor, fixed plotting bug, shifted logo.
Diffstat (limited to 'src/frontEnd/Application.py')
-rwxr-xr-x | src/frontEnd/Application.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/frontEnd/Application.py b/src/frontEnd/Application.py index a139a7bd..709670dc 100755 --- a/src/frontEnd/Application.py +++ b/src/frontEnd/Application.py @@ -99,6 +99,7 @@ class Application(QtGui.QMainWindow): self.logopic = QtGui.QPixmap(os.path.join(os.path.abspath('../..'),'images','fosseeLogo.png')) self.logopic = self.logopic.scaled(QSize(150,150),QtCore.Qt.KeepAspectRatio) self.logo.setPixmap(self.logopic) + self.logo.setStyleSheet("padding:0 0 0 15px;") self.topToolbar.addWidget(self.logo) #Left Tool bar Action Widget |