mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
Prefs pane sizing to font size
.. to stop it being too small when you select a larger font.
This commit is contained in:
@@ -44,7 +44,9 @@ ConfigDialog::ConfigDialog(QDir _home, Zones *_zones, Context *context) :
|
||||
#else
|
||||
QToolBar *head = addToolBar(tr("Options"));
|
||||
head->setMovable(false); // oops!
|
||||
setFixedSize(530,580);
|
||||
|
||||
QFont defaultFont;
|
||||
setFixedSize(53 * defaultFont.pointSize(),580);
|
||||
#endif
|
||||
|
||||
// icons
|
||||
|
||||
Reference in New Issue
Block a user