From 92cead634a43cf10765425c9e7182674f5eb6ce0 Mon Sep 17 00:00:00 2001 From: Tanay Mathur Date: Sat, 11 Jul 2015 16:05:45 +0530 Subject: Added colours to plotting editor, fixed plotting bug, shifted logo. --- src/frontEnd/Application.py | 1 + 1 file changed, 1 insertion(+) (limited to 'src/frontEnd/Application.py') 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 -- cgit