~dpm/sudoku-app/rm-pot

375.2.2 by dinko.metalac at gmail
some bottom edge love for sudoku app
1
import QtQuick 2.0
2
import Ubuntu.Components 1.1
3
4
Action {
5
    property string iconName: "add"
6
    property color iconColor: "Black"
7
    property color backgroundColor: "White"
8
    property bool enabled: true
9
}