mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-04 16:32:39 +00:00
trophy viewer now opens in window not fullscreen
This commit is contained in:
parent
3edb61badd
commit
8e85f149d9
@ -390,7 +390,9 @@ void TrophyViewer::PopulateTrophyWidget(QString title) {
|
||||
tabName.insert(6, " ").replace(0, 1, tabName.at(0).toUpper()));
|
||||
|
||||
this->resize(width + 400, 720);
|
||||
this->showMaximized();
|
||||
QSize mainWindowSize = QApplication::activeWindow()->size();
|
||||
this->resize(mainWindowSize.width() * 0.8, mainWindowSize.height() * 0.8);
|
||||
this->show();
|
||||
|
||||
tableWidget->horizontalHeader()->setSectionResizeMode(3, QHeaderView::Fixed);
|
||||
tableWidget->setColumnWidth(3, 650);
|
||||
|
Loading…
Reference in New Issue
Block a user