tabs expanded
This commit is contained in:
parent
2373761e2d
commit
53b4395db9
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue