mirror of
https://github.com/opentx/opentx.git
synced 2025-07-25 01:05:10 +03:00
Small code cleanup
This commit is contained in:
parent
fad6211789
commit
97de97c84e
17 changed files with 322 additions and 321 deletions
|
@ -11,9 +11,8 @@ customizeSplashDialog::customizeSplashDialog(QWidget *parent) :
|
|||
QDialog(parent),
|
||||
ui(new Ui::customizeSplashDialog) {
|
||||
ui->setupUi(this);
|
||||
QString Theme=getTheme();
|
||||
QIcon LibraryIcon;
|
||||
populate_icon(&LibraryIcon,Theme,"library.png");
|
||||
populate_icon(&LibraryIcon,"library.png");
|
||||
ui->libraryButton->setIcon(LibraryIcon);
|
||||
ui->HowToLabel->clear();
|
||||
ui->HowToLabel->append("<center>" + tr("Select an original firmware file") + "</center>");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue