Skip to content

Commit

Permalink
move logo to root dir
Browse files Browse the repository at this point in the history
  • Loading branch information
ebrahimraeyat committed Jun 27, 2023
1 parent deba183 commit 03b0e22
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ASCE7.py
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ def calculate_cs(self):
QtWidgets.QApplication.setHighDpiScaleFactorRoundingPolicy(QtCore.Qt.HighDpiScaleFactorRoundingPolicy.PassThrough)
QtCore.QCoreApplication.setAttribute(QtCore.Qt.AA_EnableHighDpiScaling, True)
app = QtWidgets.QApplication(sys.argv)
splash_pix = QPixmap(str(CURRENT_DIR / 'images' / 'photo_2023-06-26_02-45-36.jpg'))
splash_pix = QPixmap(str(CURRENT_DIR / 'delta.jpg'))
splash = QSplashScreen(splash_pix, Qt.WindowStaysOnTopHint)
splash.setWindowFlags(Qt.WindowStaysOnTopHint | Qt.FramelessWindowHint)
splash.setEnabled(False)
Expand Down
2 changes: 1 addition & 1 deletion ASCE7.spec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ a = Analysis(
['ASCE7.py'],
pathex=[],
binaries=[],
datas=[('resources_rc.py', '.'), ('fa.csv', '.'), ('fv.csv', '.'), ('PGA-Ss-S1.csv', '.'), ('systems.csv', '.'), ('main_window.ui', '.')],
datas=[('resources_rc.py', '.'), ('delta.jpg', '.'), ('fa.csv', '.'), ('fv.csv', '.'), ('PGA-Ss-S1.csv', '.'), ('systems.csv', '.'), ('main_window.ui', '.')],
hiddenimports=[],
hookspath=[],
hooksconfig={},
Expand Down
File renamed without changes

0 comments on commit 03b0e22

Please sign in to comment.