Skip to content

Commit

Permalink
fix: use jaspTheme font for TabView
Browse files Browse the repository at this point in the history
  • Loading branch information
shun2wang authored and JorisGoosen committed Dec 20, 2024
1 parent ac3d399 commit 3ac5951
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions QMLComponents/components/JASP/Controls/TabView.qml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ ComponentsListBase
leftPadding : jaspTheme.labelSpacing
color : jaspTheme.black
text : model.name
font : jaspTheme.font
elide : Text.ElideRight
width : parent.width - jaspTheme.labelSpacing - (removeIconItem.visible ? removeIconItem.width : 0)
visible : !textFieldItem.visible
Expand Down

0 comments on commit 3ac5951

Please sign in to comment.