[Sailfish] Removed Merge Artifact
This commit is contained in:
parent
9fdbaecd02
commit
ed3c12d9b6
1 changed files with 0 additions and 6 deletions
|
|
@ -468,12 +468,6 @@ Page {
|
|||
value: settings.webviewFontSize
|
||||
}
|
||||
|
||||
Component.onCompleted: {
|
||||
if (settings.webviewFontSize < Theme.fontSizeTiny || settings.webviewFontSize > Theme.fontSizeExtraLarge) {
|
||||
settings.webviewFontSize = Theme.fontSizeSmall;
|
||||
}
|
||||
}
|
||||
|
||||
Component.onCompleted: {
|
||||
// go for default if out of range
|
||||
if (settings.webviewFontSize < Theme.fontSizeTiny || settings.webviewFontSize > Theme.fontSizeExtraLarge) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue