mirror of
https://git.code.sf.net/p/zint/code
synced 2025-12-19 02:47:06 +00:00
GUI: primaryScreen -> primaryScreen()
This commit is contained in:
@@ -216,7 +216,7 @@ MainWindow::MainWindow(QWidget *parent, Qt::WindowFlags fl)
|
|||||||
// Standard width 360 too narrow
|
// Standard width 360 too narrow
|
||||||
if (saved_geometry.isNull()) {
|
if (saved_geometry.isNull()) {
|
||||||
// Seems this is necessary on macOS to get a reasonable initial height
|
// Seems this is necessary on macOS to get a reasonable initial height
|
||||||
setMinimumSize(QSize(460, (int) (QApplication::primaryScreen->availableSize().height() * 0.9f)));
|
setMinimumSize(QSize(460, (int) (QApplication::primaryScreen()->availableSize().height() * 0.9f)));
|
||||||
} else {
|
} else {
|
||||||
setMinimumSize(QSize(460, 0));
|
setMinimumSize(QSize(460, 0));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user