Bug #430 ยป 0051-Ruledit-Fix-tech-tab-Add-Remove-tech-button-layout.patch
tools/ruledit/tab_tech.cpp | ||
---|---|---|
add_button = new QPushButton(QString::fromUtf8(R__("Add tech")), this);
|
||
connect(add_button, SIGNAL(pressed()), this, SLOT(add_now()));
|
||
tech_layout->addWidget(add_button, row++, 0);
|
||
tech_layout->addWidget(add_button, row, 0);
|
||
show_experimental(add_button);
|
||
delete_button = new QPushButton(QString::fromUtf8(R__("Remove this tech")), this);
|