1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-17 02:52:12 +01:00

GCS Config Gadget: Fix the file name for the pipx icons in the code and

name the icons correctly
This commit is contained in:
James Cotton 2012-10-17 01:00:31 -05:00 committed by Oleg Semyonov
parent 8ce2757353
commit 9b930c577c
3 changed files with 2 additions and 2 deletions

View File

@ -274,8 +274,8 @@ void ConfigGadgetWidget::updatePipXStatus(UAVObject *object)
qDebug() << "ConfigGadgetWidget onPipxtremeConnect";
QIcon *icon = new QIcon();
icon->addFile(":/configgadget/images/pipx_normal.png", QSize(), QIcon::Normal, QIcon::Off);
icon->addFile(":/configgadget/images/pipx_selected.png", QSize(), QIcon::Selected, QIcon::Off);
icon->addFile(":/configgadget/images/pipx-normal.png", QSize(), QIcon::Normal, QIcon::Off);
icon->addFile(":/configgadget/images/pipx-selected.png", QSize(), QIcon::Selected, QIcon::Off);
QWidget *qwd = new ConfigPipXtremeWidget(this);
ftw->insertTab(ConfigGadgetWidget::pipxtreme, qwd, *icon, QString("PipXtreme"));

Binary file not shown.

Before

Width:  |  Height:  |  Size: 55 KiB

After

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 56 KiB

After

Width:  |  Height:  |  Size: 55 KiB