tabs expanded
This commit is contained in:
parent
2373761e2d
commit
53b4395db9
|
@ -13,10 +13,10 @@ Qsk.Window
|
|||
color: "Beige"
|
||||
|
||||
Qsk.Shortcut
|
||||
{
|
||||
sequence : "Ctrl+X"
|
||||
onActivated: console.log( "Ctrl+X" )
|
||||
}
|
||||
{
|
||||
sequence : "Ctrl+X"
|
||||
onActivated: console.log( "Ctrl+X" )
|
||||
}
|
||||
|
||||
Qsk.LinearBox
|
||||
{
|
||||
|
|
|
@ -11,7 +11,7 @@ Main
|
|||
Theme
|
||||
{
|
||||
accent: accentColors[ tabBar.currentIndex < 0 ? 0 : tabBar.currentIndex ]
|
||||
skin: listBox.entries[ listBox.selectedRow ]
|
||||
skin: listBox.entries[ listBox.selectedRow ]
|
||||
}
|
||||
|
||||
Window
|
||||
|
|
Loading…
Reference in New Issue