mirror of
https://github.com/opentx/opentx.git
synced 2025-07-25 17:25:13 +03:00
Enlarged and moved icons
This commit is contained in:
parent
9cc9e115a4
commit
f11c961be4
1 changed files with 4 additions and 1 deletions
|
@ -109,6 +109,7 @@ downloadDialog_forWait(NULL)
|
|||
}
|
||||
setUnifiedTitleAndToolBarOnMac(true);
|
||||
this->setWindowIcon(QIcon(":/icon.png"));
|
||||
this->setIconSize(QSize(32,32));
|
||||
QNetworkProxyFactory::setUseSystemConfiguration(true);
|
||||
setAcceptDrops(true);
|
||||
|
||||
|
@ -1921,7 +1922,9 @@ void MainWindow::createToolBars()
|
|||
editToolBar->addAction(copyAct);
|
||||
editToolBar->addAction(pasteAct);
|
||||
|
||||
burnToolBar = addToolBar(tr("Write"));
|
||||
|
||||
burnToolBar = new QToolBar(tr("Write"));
|
||||
addToolBar( Qt::LeftToolBarArea, burnToolBar );
|
||||
burnToolBar->addAction(burnToAct);
|
||||
burnToolBar->addAction(burnFromAct);
|
||||
burnToolBar->addSeparator();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue