Project

General

Profile

Bug #430 ยป 0051-Ruledit-Fix-tech-tab-Add-Remove-tech-button-layout.patch

Marko Lindqvist, 04/08/2024 05:55 PM

View differences:

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);
    (1-1/1)