mirror of
https://github.com/gtalent/sc9k.git
synced 2025-09-12 00:20:10 -05:00
[sc9k] Make song selector a QListWidget instead of QComboBox
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
|
||||
MainWindow::MainWindow(QWidget *parent): QMainWindow(parent) {
|
||||
move(0, 0);
|
||||
setFixedSize(600, 555);
|
||||
setFixedSize(590, 555);
|
||||
setWindowTitle(tr("Slide Controller 9000"));
|
||||
const auto mainWidget = new QWidget(this);
|
||||
const auto rootLyt = new QVBoxLayout;
|
||||
|
Reference in New Issue
Block a user