mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-04-10 02:02:21 +02:00
OP-1590 Fixed text
This commit is contained in:
parent
f7f92d2b3d
commit
3d92707a2e
@ -177,7 +177,7 @@ void ConfigStabilizationWidget::setupStabBanksGUI()
|
|||||||
tabButton->setDefaultAction(defaultStabMenuAction);
|
tabButton->setDefaultAction(defaultStabMenuAction);
|
||||||
tabButton->setAutoRaise(true);
|
tabButton->setAutoRaise(true);
|
||||||
tabButton->setPopupMode(QToolButton::InstantPopup);
|
tabButton->setPopupMode(QToolButton::InstantPopup);
|
||||||
tabButton->setToolTip(tr("The functions in this menu effects on fields in the settings banks,\n"
|
tabButton->setToolTip(tr("The functions in this menu effect all fields in the settings banks,\n"
|
||||||
"not only the ones visible on screen."));
|
"not only the ones visible on screen."));
|
||||||
QMenu *tabMenu = new QMenu();
|
QMenu *tabMenu = new QMenu();
|
||||||
QMenu *restoreMenu = new QMenu(tr("Restore"));
|
QMenu *restoreMenu = new QMenu(tr("Restore"));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user