mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-05 04:46:57 +03:00
NOISSUE improve toolbars
This commit is contained in:
parent
1e5b595923
commit
bf38021937
15 changed files with 138 additions and 42 deletions
|
|
@ -223,11 +223,7 @@ ScreenshotsPage::ScreenshotsPage(QString path, QWidget *parent)
|
|||
m_valid = FS::ensureFolderPathExists(m_folder);
|
||||
|
||||
ui->setupUi(this);
|
||||
|
||||
QWidget* spacer = new QWidget();
|
||||
spacer->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding);
|
||||
// toolBar is a pointer to an existing toolbar
|
||||
ui->toolBar->insertWidget(ui->actionView_Folder, spacer);
|
||||
ui->toolBar->insertSpacer(ui->actionView_Folder);
|
||||
|
||||
ui->listView->setIconSize(QSize(128, 128));
|
||||
ui->listView->setGridSize(QSize(192, 160));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue