- fix: new project dialog's tab bar should fill all empty spaces
This commit is contained in:
parent
9775ab6c84
commit
7f3aea5940
1
NEWS.md
1
NEWS.md
|
@ -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
|
||||
|
|
|
@ -31,6 +31,7 @@ NewProjectDialog::NewProjectDialog(QWidget *parent) :
|
|||
{
|
||||
ui->setupUi(this);
|
||||
mTemplatesTabBar = new QTabBar(this);
|
||||
mTemplatesTabBar->setExpanding(false);
|
||||
ui->verticalLayout->insertWidget(0,mTemplatesTabBar);
|
||||
|
||||
readTemplateDir();
|
||||
|
|
Loading…
Reference in New Issue