mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-04 20:36:58 +03:00
Fix MainWindow Icon; Fix WM_CLASS issue; now links QX11Extras and libxcb on linux
This commit is contained in:
parent
205570be32
commit
78882ff6b1
19 changed files with 169 additions and 3 deletions
|
|
@ -23,6 +23,7 @@
|
|||
#include "logic/lists/MinecraftVersionList.h"
|
||||
#include "logic/tasks/Task.h"
|
||||
|
||||
#include "gui/platform.h"
|
||||
#include "versionselectdialog.h"
|
||||
#include "ProgressDialog.h"
|
||||
#include "IconPickerDialog.h"
|
||||
|
|
@ -33,6 +34,7 @@
|
|||
NewInstanceDialog::NewInstanceDialog(QWidget *parent)
|
||||
: QDialog(parent), ui(new Ui::NewInstanceDialog)
|
||||
{
|
||||
MultiMCPlatform::fixWM_CLASS(this);
|
||||
ui->setupUi(this);
|
||||
resize(minimumSizeHint());
|
||||
layout()->setSizeConstraint(QLayout::SetFixedSize);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue