mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-04-15 05:32:21 +00:00
Merge pull request #2985 from Joern-R/CCResize
Column Chooser Popup - Text Length
This commit is contained in:
@@ -1333,9 +1333,9 @@ ColumnChooser::ColumnChooser(QList<QString>&logicalHeadings)
|
||||
}
|
||||
scrollarea->setWidget(but);
|
||||
|
||||
but->setFixedWidth(230* dpiXFactor);
|
||||
scrollarea->setFixedWidth(250* dpiXFactor);
|
||||
setFixedWidth(250* dpiXFactor);
|
||||
but->setFixedWidth((but->width()+10)* dpiXFactor);
|
||||
scrollarea->setFixedWidth((but->width()+20)* dpiXFactor);
|
||||
setFixedWidth((but->width()+20)* dpiXFactor);
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user