windows style: Style text label
This commit is contained in:
parent
4eb3fb16f5
commit
11b13ffa16
@ -506,6 +506,12 @@ void Editor::setupTabView()
|
||||
|
||||
void Editor::setupTextLabel()
|
||||
{
|
||||
using Q = QskTextLabel;
|
||||
|
||||
setPadding( Q::Panel, 10 );
|
||||
|
||||
setFontRole( Q::Text, QskWindowsSkin::Body );
|
||||
setColor( Q::Text, theme.palette.fillColor.text.primary );
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user