Skip to content

Commit c598bce

Browse files
authored
Adjust Margin for NumberBox controls in TiledVAECard
Updated Margin values for NumberBox controls in TiledVAECard.axaml.
1 parent e82e691 commit c598bce

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

StabilityMatrix.Avalonia/Controls/Inference/TiledVAECard.axaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
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" />
@@ -34,7 +34,6 @@
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

@@ -46,7 +45,6 @@
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

@@ -58,7 +56,6 @@
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

@@ -70,7 +67,6 @@
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" />

0 commit comments

Comments
 (0)