tabs expanded

This commit is contained in:
Uwe Rathmann 2019-04-17 16:30:08 +02:00
parent 2373761e2d
commit 53b4395db9
2 changed files with 5 additions and 5 deletions

View File

@ -13,10 +13,10 @@ Qsk.Window
color: "Beige" color: "Beige"
Qsk.Shortcut Qsk.Shortcut
{ {
sequence : "Ctrl+X" sequence : "Ctrl+X"
onActivated: console.log( "Ctrl+X" ) onActivated: console.log( "Ctrl+X" )
} }
Qsk.LinearBox Qsk.LinearBox
{ {

View File

@ -11,7 +11,7 @@ Main
Theme Theme
{ {
accent: accentColors[ tabBar.currentIndex < 0 ? 0 : tabBar.currentIndex ] accent: accentColors[ tabBar.currentIndex < 0 ? 0 : tabBar.currentIndex ]
skin: listBox.entries[ listBox.selectedRow ] skin: listBox.entries[ listBox.selectedRow ]
} }
Window Window