|
|
@ -60,21 +60,44 @@ |
|
|
|
SpinButtonPlacementMode="Inline"/> |
|
|
|
SpinButtonPlacementMode="Inline"/> |
|
|
|
</Grid> |
|
|
|
</Grid> |
|
|
|
|
|
|
|
|
|
|
|
<!--<Grid ColumnDefinitions="Auto,*,Auto,*"> |
|
|
|
<StackPanel> |
|
|
|
|
|
|
|
<Grid ColumnDefinitions="*,*,*" RowDefinitions="Auto,*"> |
|
|
|
<TextBlock |
|
|
|
<TextBlock |
|
|
|
VerticalAlignment="Center" |
|
|
|
Text="Width" /> |
|
|
|
Text="Steps" /> |
|
|
|
<Slider |
|
|
|
|
|
|
|
Grid.Row="1" |
|
|
|
|
|
|
|
Grid.Column="0" |
|
|
|
|
|
|
|
Grid.ColumnSpan="2" |
|
|
|
|
|
|
|
Minimum="0" |
|
|
|
|
|
|
|
Maximum="2048" |
|
|
|
|
|
|
|
Value="{Binding Width}"/> |
|
|
|
<ui:NumberBox |
|
|
|
<ui:NumberBox |
|
|
|
Grid.Column="1" |
|
|
|
Grid.Row="1" |
|
|
|
|
|
|
|
Grid.Column="2" |
|
|
|
|
|
|
|
Value="{Binding Width}" |
|
|
|
|
|
|
|
HorizontalAlignment="Right" |
|
|
|
|
|
|
|
VerticalAlignment="Center" |
|
|
|
SpinButtonPlacementMode="Compact"/> |
|
|
|
SpinButtonPlacementMode="Compact"/> |
|
|
|
|
|
|
|
</Grid> |
|
|
|
|
|
|
|
<Grid ColumnDefinitions="*,*,*" RowDefinitions="Auto,*"> |
|
|
|
<TextBlock |
|
|
|
<TextBlock |
|
|
|
|
|
|
|
Text="Height" /> |
|
|
|
|
|
|
|
<Slider |
|
|
|
|
|
|
|
Grid.Row="1" |
|
|
|
|
|
|
|
Grid.Column="0" |
|
|
|
|
|
|
|
Grid.ColumnSpan="2" |
|
|
|
|
|
|
|
Minimum="0" |
|
|
|
|
|
|
|
Maximum="2048" |
|
|
|
|
|
|
|
Value="{Binding Height}"/> |
|
|
|
|
|
|
|
<ui:NumberBox |
|
|
|
|
|
|
|
Grid.Row="1" |
|
|
|
Grid.Column="2" |
|
|
|
Grid.Column="2" |
|
|
|
|
|
|
|
Value="{Binding Height}" |
|
|
|
|
|
|
|
HorizontalAlignment="Right" |
|
|
|
VerticalAlignment="Center" |
|
|
|
VerticalAlignment="Center" |
|
|
|
Text="CFG Scale" /> |
|
|
|
|
|
|
|
<ui:NumberBox |
|
|
|
|
|
|
|
Grid.Column="3" |
|
|
|
|
|
|
|
SpinButtonPlacementMode="Compact"/> |
|
|
|
SpinButtonPlacementMode="Compact"/> |
|
|
|
</Grid>--> |
|
|
|
</Grid> |
|
|
|
|
|
|
|
</StackPanel> |
|
|
|
</StackPanel> |
|
|
|
</StackPanel> |
|
|
|
</controls:Card> |
|
|
|
</controls:Card> |
|
|
|
</ControlTemplate> |
|
|
|
</ControlTemplate> |
|
|
|