forked from jeena/FeedTheMonkey
css fix for linux
This commit is contained in:
parent
288b4513c1
commit
6a52f0daa2
3 changed files with 13 additions and 8 deletions
2
main.qml
2
main.qml
|
@ -23,7 +23,7 @@ ApplicationWindow {
|
|||
property Content content: content
|
||||
|
||||
property variant fontSizes: [7,9,11,13,15,17,19,21,23,25,27,29,31]
|
||||
property int defaultTextFontSizeIndex: 4
|
||||
property int defaultTextFontSizeIndex: 3
|
||||
property int textFontSizeIndex: defaultTextFontSizeIndex
|
||||
property int textFontSize: fontSizes[textFontSizeIndex]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue