mirror of
https://github.com/HenkKalkwater/harbour-sailfin.git
synced 2025-09-05 18:22:46 +00:00
Add artist overview page
This commit is contained in:
parent
2398cc2997
commit
0c0b91dc4b
12 changed files with 399 additions and 23 deletions
|
@ -23,6 +23,19 @@ import QtQuick 2.6
|
|||
import Sailfish.Silica 1.0
|
||||
|
||||
QtObject {
|
||||
|
||||
readonly property int gridColumns: {
|
||||
switch(Screen.sizeCategory) {
|
||||
case Screen.Small:
|
||||
case Screen.Medium:
|
||||
return 3
|
||||
case Screen.Large:
|
||||
return 5
|
||||
case Screen.ExtraLarge:
|
||||
return 7
|
||||
}
|
||||
}
|
||||
|
||||
readonly property real libraryDelegateWidth: {
|
||||
switch(Screen.sizeCategory) {
|
||||
case Screen.Small:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue