mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
Allow expanding Manage Named Filters dialog
Requested at the users forum. Also made macOS dimensions high dpi aware.
This commit is contained in:
@@ -244,9 +244,9 @@ EditNamedSearches::EditNamedSearches(QWidget *parent, Context *context) : QDialo
|
||||
setAttribute(Qt::WA_DeleteOnClose);
|
||||
setWindowModality(Qt::NonModal);
|
||||
#ifdef Q_OS_MAC
|
||||
setFixedSize(350,400);
|
||||
setMinimumSize(350*dpiXFactor,400*dpiYFactor);
|
||||
#else
|
||||
setFixedSize(450*dpiXFactor,400*dpiYFactor);
|
||||
setMinimumSize(450*dpiXFactor,400*dpiYFactor);
|
||||
#endif
|
||||
|
||||
QVBoxLayout *layout = new QVBoxLayout(this);
|
||||
|
||||
Reference in New Issue
Block a user