File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
StabilityMatrix.Avalonia/Controls/Inference Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change 1616 <controls : Card x : Name =" PART_Card" >
1717 <controls : Card .Styles>
1818 <Style Selector =" ui|NumberBox" >
19- <Setter Property =" Margin" Value =" 12,4 ,0,4 " />
19+ <Setter Property =" Margin" Value =" 12,0 ,0,0 " />
2020 <Setter Property =" MinWidth" Value =" 70" />
2121 <Setter Property =" HorizontalAlignment" Value =" Stretch" />
2222 <Setter Property =" ValidationMode" Value =" InvalidInputOverwritten" />
3434 Text =" Tile Size" />
3535 <ui : NumberBox
3636 Grid.Column=" 1"
37- Margin =" 12,0,0,0"
3837 Value =" {Binding TileSize, Mode=TwoWay}" />
3938 </Grid >
4039
4645 Text =" Overlap" />
4746 <ui : NumberBox
4847 Grid.Column=" 1"
49- Margin =" 12,0,0,0"
5048 Value =" {Binding Overlap, Mode=TwoWay}" />
5149 </Grid >
5250
5856 Text =" Temporal Size" />
5957 <ui : NumberBox
6058 Grid.Column=" 1"
61- Margin =" 12,0,0,0"
6259 Value =" {Binding TemporalSize, Mode=TwoWay}" />
6360 </Grid >
6461
7067 Text =" Temporal Overlap" />
7168 <ui : NumberBox
7269 Grid.Column=" 1"
73- Margin =" 12,0,0,0"
7470 Value =" {Binding TemporalOverlap, Mode=TwoWay}"
7571 SmallChange =" 4"
7672 LargeChange =" 16" />
You can’t perform that action at this time.
0 commit comments