Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[GUI] Remove italics and use monospaced font for expression fields in…
… the attribute table. Related to issue #44638 (#59139) * [gui] Remove italics and use monospaced font for expression fields in attribute tableThis commit modifies QgsFieldExpressionWidget to ensure that expression fields in the attribute table are displayed using a regular monospaced font instead of the default italics. This improves readability and ensures consistency between different parts of the interface.- Updated QgsFieldExpressionWidget::updateLineEditStyle() to set font to non-italic and apply monospaced family.- Addressed issue reported in #44638 regarding the readability challenges caused by italicized font in expression fields.Related issue: #44638 * [gui] Reformat code to match standard style
- Loading branch information