|
@@ -32,11 +32,11 @@
|
|
|
</cus:DialogContent.Content>
|
|
|
<cus:DialogContent.BottmBar>
|
|
|
<Grid Grid.Row="2" Width="468" VerticalAlignment="Center">
|
|
|
- <StackPanel Orientation="Horizontal" HorizontalAlignment="Left">
|
|
|
+ <!--<StackPanel Orientation="Horizontal" HorizontalAlignment="Left">
|
|
|
<Button Width="80" Height="32" Margin="16,0,0,0" Command="{Binding BatchCompressCommand}" Style="{StaticResource btn.sec}" Content="Batch">
|
|
|
|
|
|
</Button>
|
|
|
- </StackPanel>
|
|
|
+ </StackPanel>-->
|
|
|
<StackPanel Orientation="Horizontal" HorizontalAlignment="Right">
|
|
|
<Button Width="80" Height="32" Margin="0,0,16,0" Command="{Binding CompressCommand}" Style="{StaticResource Btn.cta}" Content="Compress" >
|
|
|
|