ReaderPage: Button non ha font in Silica (rimosso font.pixelSize da A-/A+)
This commit is contained in:
@@ -118,7 +118,6 @@ Page {
|
||||
width: Theme.itemSizeSmall
|
||||
height: Theme.itemSizeMedium
|
||||
text: "A−"
|
||||
font.pixelSize: Theme.fontSizeSmall
|
||||
onClicked: page.changeFontScale(-0.15)
|
||||
}
|
||||
|
||||
@@ -129,7 +128,6 @@ Page {
|
||||
width: Theme.itemSizeSmall
|
||||
height: Theme.itemSizeMedium
|
||||
text: "A+"
|
||||
font.pixelSize: Theme.fontSizeSmall
|
||||
onClicked: page.changeFontScale(0.15)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user