Release 2.2.2

* update screenshots
+ add error logging to extquotes
- fix paragraph bug
- fix bug with DP settings
This commit is contained in:
arcan1s
2015-05-22 00:18:14 +03:00
parent 78931b3ae0
commit 8c73b2560b
35 changed files with 3931 additions and 9184 deletions

View File

@ -127,7 +127,7 @@ Item {
Component.onCompleted: {
for (var i = 0; i < model.length; i++) {
if (model[i]["name"] == plasmoid.configuration.currentFontWeight) {
currentFontWeight.currentIndex = i;
fontWeight.currentIndex = i;
}
}
}
@ -162,7 +162,7 @@ Item {
Component.onCompleted: {
for (var i = 0; i < model.length; i++) {
if (model[i]["name"] == plasmoid.configuration.currentFontStyle) {
currentFontStyle.currentIndex = i;
fontStyle.currentIndex = i;
}
}
}