|
@@ -41,11 +41,11 @@
|
|
<ComboBox Width="66" Height="32" Margin="8,0,0,0" ItemsSource="{Binding FontSizeList}" SelectedIndex="{Binding FontSizeSelectedIndex}" IsEnabled="{Binding ElementName=RelativeScaleCheckBox, Path=IsChecked, Converter={StaticResource InvertBoolConvert}}"></ComboBox>
|
|
<ComboBox Width="66" Height="32" Margin="8,0,0,0" ItemsSource="{Binding FontSizeList}" SelectedIndex="{Binding FontSizeSelectedIndex}" IsEnabled="{Binding ElementName=RelativeScaleCheckBox, Path=IsChecked, Converter={StaticResource InvertBoolConvert}}"></ComboBox>
|
|
</StackPanel>
|
|
</StackPanel>
|
|
<StackPanel Orientation="Horizontal" Margin="0,8,0,0">
|
|
<StackPanel Orientation="Horizontal" Margin="0,8,0,0">
|
|
- <StackPanel Orientation="Horizontal">
|
|
|
|
|
|
+ <!--<StackPanel Orientation="Horizontal">
|
|
<Button Width="34.67" Height="32"></Button>
|
|
<Button Width="34.67" Height="32"></Button>
|
|
<Button Width="34.67" Height="32"></Button>
|
|
<Button Width="34.67" Height="32"></Button>
|
|
<Button Width="34.67" Height="32"></Button>
|
|
<Button Width="34.67" Height="32"></Button>
|
|
- </StackPanel>
|
|
|
|
|
|
+ </StackPanel>-->
|
|
<CompositeControl:ColorContent x:Name="cusColor" Height="32" Width="66" Margin="8,0,0,0" >
|
|
<CompositeControl:ColorContent x:Name="cusColor" Height="32" Width="66" Margin="8,0,0,0" >
|
|
|
|
|
|
</CompositeControl:ColorContent>
|
|
</CompositeControl:ColorContent>
|