Adjust height of a row #644
Answered
by
vifactor
alexzcerence
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
vifactor
Mar 20, 2025
Replies: 1 comment 6 replies
-
There is an uncovenient interplay between row height and font size. Could you please try to increase the font size in Settings --> Project table --> Table Font? P.S. In v.2.27 you can do it via Ctrl+Wheel |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Apparently there is a minimum defined by Qt and set into this https://doc.qt.io/qt-6/qheaderview.html#minimumSectionSize-prop . On my machine it is equal to 19. So the value less than 19 set in the settings does not make any difference. Probably, older versions of the app were packaged with previous versions of Qt and those had different defaults.