- fix: new project dialog's tab bar should fill all empty spaces

This commit is contained in:
Roy Qu 2022-01-08 21:49:09 +08:00
parent 9775ab6c84
commit 7f3aea5940
2 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,7 @@ Red Panda C++ Version 0.13.1
- change: template / project files use utf-8 encoding instead of ANSI
- fix: .rc file shouldn't be syntax checked
- enhancement: auto save/restore size of the new project dialog
- fix: new project dialog's tab bar should fill all empty spaces
Red Panda C++ Version 0.12.7
- change: make current build system follow FHS specifications

View File

@ -31,6 +31,7 @@ NewProjectDialog::NewProjectDialog(QWidget *parent) :
{
ui->setupUi(this);
mTemplatesTabBar = new QTabBar(this);
mTemplatesTabBar->setExpanding(false);
ui->verticalLayout->insertWidget(0,mTemplatesTabBar);
readTemplateDir();