1

Use Pane instead of Rectangle for main component

Pane is style by system theme, Rectangle is not.

Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
This commit is contained in:
Juraj Oravec 2022-09-18 16:12:12 +02:00
parent 19739e3022
commit 8681e44c2a
Signed by: SGOrava
GPG Key ID: 13660A3F1D9F093B

View File

@ -57,7 +57,7 @@ Falkon.PluginInterface {
icon: 'falkon' icon: 'falkon'
checkable: true checkable: true
shortcut: 'Ctrl+Shift+Alt+W' shortcut: 'Ctrl+Shift+Alt+W'
Rectangle { Pane {
ScrollView { ScrollView {
id: scroll_windows id: scroll_windows