NotificationStyle.qml 148 Bytes
Newer Older
1 2 3 4 5 6 7 8
pragma Singleton
import QtQuick 2.7

// ===================================================================

QtObject {
  property int margin: 10
}