mirror of
https://github.com/lubosz/overte.git
synced 2025-04-23 01:04:06 +02:00
Change default InfoView window width from 720 to 1024
This commit is contained in:
parent
26545b2b99
commit
575d693a3c
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ void InfoView::show(const QString& path, bool firstOrChangedOnly) {
|
|||
QString infoViewName(NAME + "_" + path);
|
||||
offscreenUi->show(QML, NAME + "_" + path, [=](QQmlContext* context, QObject* newObject){
|
||||
QQuickItem* item = dynamic_cast<QQuickItem*>(newObject);
|
||||
item->setWidth(720);
|
||||
item->setWidth(1024);
|
||||
item->setHeight(720);
|
||||
InfoView* newInfoView = newObject->findChild<InfoView*>();
|
||||
Q_ASSERT(newInfoView);
|
||||
|
|
Loading…
Reference in a new issue