Replace text buttons with SVG icons, rebrand to Getting To It
This commit is contained in:
@@ -24,7 +24,7 @@ class RadioPanelWindow(QMainWindow):
|
||||
|
||||
self.engine = AudioEngine()
|
||||
|
||||
self.setWindowTitle("Radio Panel")
|
||||
self.setWindowTitle("Getting To It")
|
||||
self.setMinimumSize(1280, 720)
|
||||
self.resize(1920, 1080)
|
||||
self._apply_global_style(THEMES[0])
|
||||
@@ -204,7 +204,7 @@ class RadioPanelWindow(QMainWindow):
|
||||
def main():
|
||||
app = QApplication(sys.argv)
|
||||
app.setApplicationName("Radio Panel")
|
||||
app.setOrganizationName("GTI")
|
||||
app.setOrganizationName("Getting To It")
|
||||
|
||||
palette = QPalette()
|
||||
palette.setColor(QPalette.Window, QColor("#0d0d0d"))
|
||||
|
||||
Reference in New Issue
Block a user