File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -191,14 +191,14 @@ Item {
191191 ColumnLayout {
192192 anchors {
193193 fill: parent
194- margins: 10
194+ margins: Style . marginM
195195 }
196- spacing: 10
196+ spacing: Style . marginM
197197
198198 // Header
199199 RowLayout {
200200 Layout .fillWidth : true
201- Layout .topMargin : 2
201+ Layout .topMargin : Style . marginXS
202202
203203 NIcon {
204204 icon: " brand-mastercard"
@@ -295,7 +295,7 @@ Item {
295295 // Spin tab
296296 ColumnLayout {
297297 anchors .fill : parent
298- spacing: 6
298+ spacing: Style . marginM
299299 visible: root .activeTab === 0
300300
301301 Rectangle {
Original file line number Diff line number Diff line change 11{
22 "id" : " slot-machine" ,
33 "name" : " Slot Machine" ,
4- "version" : " 1.1.3 " ,
4+ "version" : " 1.1.4 " ,
55 "minNoctaliaVersion" : " 3.6.0" ,
66 "author" : " neyfua" ,
77 "official" : false ,
You can’t perform that action at this time.
0 commit comments