Typography++

NText is now fontWeightRegular
Transformed a few Text into NText
Checked boldness
Improved DemoPanel scaling and look
This commit is contained in:
quadbyte 2025-08-10 22:59:42 -04:00
parent 6ce7c7d55d
commit c64d14319e
16 changed files with 584 additions and 180 deletions

View file

@ -155,7 +155,7 @@ PanelWindow {
NText {
text: model.summary || "No summary"
font.pointSize: Style.fontSizeLarge
font.bold: true
font.weight: Style.fontWeightBold
color: Colors.textPrimary
wrapMode: Text.Wrap
width: 300 * scaling