diff options
author | fahim | 2015-07-16 16:07:03 +0530 |
---|---|---|
committer | fahim | 2015-07-16 16:07:03 +0530 |
commit | 614b3e4865ae20073c72fe264e82cab35b05b4a0 (patch) | |
tree | a3633a51d73a76b1f1f5119762229a59d351d53e | |
parent | b4acc5f4817b435a998b70661b059e06b287af7e (diff) | |
parent | 4f2ffbfcd82b8fb5de57fb464f9a35aec01c8b6a (diff) | |
download | eSim-614b3e4865ae20073c72fe264e82cab35b05b4a0.tar.gz eSim-614b3e4865ae20073c72fe264e82cab35b05b4a0.tar.bz2 eSim-614b3e4865ae20073c72fe264e82cab35b05b4a0.zip |
Merge branch 'master' of https://github.com/FOSSEE/eSim
-rwxr-xr-x | src/frontEnd/Application.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontEnd/Application.py b/src/frontEnd/Application.py index 709670dc..4f5f4d4b 100755 --- a/src/frontEnd/Application.py +++ b/src/frontEnd/Application.py @@ -99,7 +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.logo.setStyleSheet("padding:0 15px 0 0;") self.topToolbar.addWidget(self.logo) #Left Tool bar Action Widget |