FontsTab.qml
changeset 5 62a1d3631dcb
parent 1 bc046f5187fd
child 13 40da62e57d85
     1.1 --- a/FontsTab.qml	Tue May 27 19:50:28 2014 +0200
     1.2 +++ b/FontsTab.qml	Tue May 27 22:14:29 2014 +0200
     1.3 @@ -34,6 +34,7 @@
     1.4          onAccepted: {
     1.5              console.log("Accepted: " + font);
     1.6              textFontDemoLowerCase.font = currentFont;
     1.7 +            display.font = currentFont;
     1.8              //textFontDemoUpperCase.font = currentFont;
     1.9              //textFontDemoDigits.font = currentFont;
    1.10          }