Complete the basic UI

This commit is contained in:
xyz
2025-06-07 11:42:23 +08:00
parent 0811720e4d
commit 44a1452251
10 changed files with 406 additions and 3 deletions

View File

@ -63,7 +63,7 @@ void MainWidget::initMainWindow()
windowLeft->setFixedWidth(70);
windowMid->setFixedWidth(320);
windowRight->setMinimumWidth(900);
windowRight->setMinimumWidth(600);
windowLeft->setStyleSheet("QWidget { background-color: rgb(46, 46, 46); }");
windowMid->setStyleSheet("QWidget { background-color: rgb(247, 247, 247); }");