mirror of
https://github.com/HenkKalkwater/harbour-sailfin.git
synced 2024-11-14 13:35:17 +00:00
11 lines
284 B
QML
11 lines
284 B
QML
|
pragma Singleton
|
||
|
import QtQuick 2.6
|
||
|
import Sailfish.Silica 1.0
|
||
|
|
||
|
QtObject {
|
||
|
readonly property real libraryDelegateWidth: Screen.width / 3
|
||
|
readonly property real libraryDelegateHeight: Screen.width / 3
|
||
|
|
||
|
readonly property real libraryDelegatePosterHeight: Screen.width / 2
|
||
|
}
|