Skip to content

Commit 94681cb

Browse files
alexkreidleriBelieve
authored andcommitted
fix(decorations): Use Roboto for the window decorations
Fixes #204 Closes #211
1 parent d3eed7d commit 94681cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

decorations/main.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ void QWaylandMaterialDecoration::paint(QPaintDevice *device)
135135
int dy = (top.height()- size.height()) /2;
136136
QFont font = p.font();
137137
font.setBold(true);
138+
font.setFamily("Roboto");
138139
p.setFont(font);
139140
QPoint windowTitlePoint(top.topLeft().x() + dx,
140141
top.topLeft().y() + dy);

0 commit comments

Comments
 (0)