Skip to content

Commit

Permalink
Hack to get better size on Mark-2 prototype
Browse files Browse the repository at this point in the history
  • Loading branch information
forslund committed May 3, 2019
1 parent ae2ef86 commit abac460
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ui/WikipediaDelegate.qml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ Mycroft.Delegate {
text: sessionData.summary
currentIndex: 0
horizontalAlignment: Text.AlignHCenter
font.pointSize: Kirigami.Units.gridUnit * 3
//font.pointSize: Kirigami.Units.gridUnit
// HACK TO SET BETTER SIZE ON RESPEAKER IMAGE
font.pointSize: Kirigami.Units.smallSpacing * 3
}
}

0 comments on commit abac460

Please sign in to comment.