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:
parent
19739e3022
commit
8681e44c2a
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user