diff --git a/qml/articles/1.Introduction.md b/qml/articles/1.Introduction.md index 8fe0f85..3b54c88 100644 --- a/qml/articles/1.Introduction.md +++ b/qml/articles/1.Introduction.md @@ -23,7 +23,13 @@ It is good to have Qt documentation and Qt development tools like [Qt Designer]( > **NOTE:** First I have to mention that I do not know much about QML development, only bits here and there. -* The instance of FalkonAction (toolbar button) is shared between all Falkon windows in the same instance. This makes it unsuitable for showing live status of website since it will be totaly broken the moment another window is opened and I do not want to see that happening to my extentions. +* The instance of FalkonAction (toolbar button) is shared between all +Falkon windows in the same instance. This makes it unsuitable for +showing live status of website since it will be totaly broken the moment +another window is opened and I do not want to see that happening to my +extentions. +* The Graphical User Interface created by QML extensions is not styled +according to system color settings and looks awkward on my machine. ## Falkon module