mirror of
https://gitee.com/Zhaoxin59/my-chat_-client.git
synced 2026-02-14 00:51:48 +08:00
Complete the basic UI
This commit is contained in:
@ -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); }");
|
||||
|
||||
Reference in New Issue
Block a user