DOS to Unix format

This commit is contained in:
CalciteM Team 2019-06-25 00:30:27 +08:00
parent 30b4504197
commit a07b300851
2 changed files with 12 additions and 12 deletions

View File

@ -473,16 +473,16 @@ private:
0xFF????
*/
/*
31 ----- 24 ----- 25
| \ | / |
| 23 -- 16 -- 17 |
| | \ | / | |
| | 15 08 09 | |
30-22-14 10-18-26
| | 13 12 11 | |
| | / | \ | |
| 21 -- 20 -- 19 |
| / | \ |
31 ----- 24 ----- 25
| \ | / |
| 23 -- 16 -- 17 |
| | \ | / | |
| | 15 08 09 | |
30-22-14 10-18-26
| | 13 12 11 | |
| | / | \ | |
| 21 -- 20 -- 19 |
| / | \ |
29 ----- 28 ----- 27
*/
int32_t move_;

View File

@ -190,8 +190,8 @@ void NineChessWindow::initialize()
// 为状态栏添加一个正常显示的标签
QLabel *statusBarlabel = new QLabel(this);
QFont statusBarFont;
statusBarFont.setPointSize(16);
QFont statusBarFont;
statusBarFont.setPointSize(16);
statusBarlabel->setFont(statusBarFont);
ui.statusBar->addWidget(statusBarlabel);