initial commit
This commit is contained in:
+2
-2
@@ -12,7 +12,7 @@ class MainWindow(QMainWindow):
|
||||
def __init__(self):
|
||||
super().__init__()
|
||||
self.setWindowIcon(QIcon("./logos/sk_logo.png"))
|
||||
self.setWindowTitle("SK Builder")
|
||||
self.setWindowTitle("Hunter Stealer")
|
||||
self.setGeometry(100, 50, 1100, 620)
|
||||
self.setStyleSheet(MAIN_STYLE)
|
||||
|
||||
@@ -76,7 +76,7 @@ class MainWindow(QMainWindow):
|
||||
icon_label = QLabel("😈")
|
||||
icon_label.setStyleSheet("color: #ff4444; font-size: 16px;")
|
||||
|
||||
title = QLabel("SK Builder")
|
||||
title = QLabel("Hunter Stealer")
|
||||
title.setFont(QFont("Segoe UI", 10, QFont.Bold))
|
||||
title.setStyleSheet("color: #e0e0e0;")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user