4 Commits

Author SHA1 Message Date
d46716ff2e Issue #1503: reactivate DPI awareness, and try to read/write component dimensions DPI independently 2021-12-26 13:06:24 +01:00
80542d1959 Prefer string helpers .ToLowerInvariant and .ToUpperInvariant over culture dependent .ToLower and .ToUpper. See https://stackoverflow.com/questions/6225808/string-tolower-and-string-tolowerinvariant . Closes #856 2020-01-30 12:28:06 +01:00
92c8f62b85 High DPI:
* remove ParentFont flag from forms again (introduced in 9cdcd631454f6f9e999893ea89fcf502d994474c for #213). This just inherits from default Windows settings.
* instead, scale font size in InheritFont(), and move that to the new TExtForm class
* mark app with PerMonitorV2 support
2019-07-17 21:59:18 +02:00
e4423c76a3 Issue #513: add a theme preview dialog, which loads the selected theme png file from heidisql.com 2019-07-13 15:59:43 +02:00