Create icon files, begin writing playback system
This commit is contained in:
@@ -41,8 +41,17 @@ RowLayout {
|
||||
}
|
||||
}
|
||||
|
||||
Rectangle {
|
||||
Layout.fillHeight: true
|
||||
width: 5
|
||||
color: Colors.text
|
||||
radius: 5
|
||||
}
|
||||
|
||||
StackLayout {
|
||||
Layout.fillWidth: true
|
||||
Layout.fillHeight: true
|
||||
currentIndex: settingsCategory.currentIndex
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user