improve:UI布局
This commit is contained in:
@@ -8448,10 +8448,10 @@
|
|||||||
Value="5"
|
Value="5"
|
||||||
TickFrequency="0.1" TickPlacement="None"
|
TickFrequency="0.1" TickPlacement="None"
|
||||||
ValueChanged="InkWidthSlider_ValueChanged" />
|
ValueChanged="InkWidthSlider_ValueChanged" />
|
||||||
<TextBlock
|
<TextBlock Width="36" TextAlignment="Right"
|
||||||
Text="{Binding Value, ElementName=InkWidthSlider, Mode=OneWay}"
|
Text="{Binding Value, ElementName=InkWidthSlider, Mode=OneWay}"
|
||||||
FontFamily="Consolas" VerticalAlignment="Bottom"
|
FontFamily="Consolas" VerticalAlignment="Center"
|
||||||
Margin="10,0,0,4.5" FontSize="15" />
|
Margin="10,0,0,0" FontSize="15" />
|
||||||
<Button x:Name="BoardBrushModeButton" Width="24" Height="24" Margin="8,0,0,0"
|
<Button x:Name="BoardBrushModeButton" Width="24" Height="24" Margin="8,0,0,0"
|
||||||
Style="{StaticResource NavButton}"
|
Style="{StaticResource NavButton}"
|
||||||
VerticalAlignment="Center"
|
VerticalAlignment="Center"
|
||||||
@@ -8477,10 +8477,10 @@
|
|||||||
TickFrequency="1"
|
TickFrequency="1"
|
||||||
TickPlacement="None"
|
TickPlacement="None"
|
||||||
ValueChanged="InkAlphaSlider_ValueChanged" />
|
ValueChanged="InkAlphaSlider_ValueChanged" />
|
||||||
<TextBlock
|
<TextBlock Width="36" TextAlignment="Right"
|
||||||
Text="{Binding Value, ElementName=InkAlphaSlider, Mode=OneWay}"
|
Text="{Binding Value, ElementName=InkAlphaSlider, Mode=OneWay}"
|
||||||
FontFamily="Consolas" VerticalAlignment="Bottom"
|
FontFamily="Consolas" VerticalAlignment="Center"
|
||||||
Margin="10,0,0,4.5" FontSize="15" />
|
Margin="10,0,0,0" FontSize="15" />
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
</ui:SimpleStackPanel>
|
</ui:SimpleStackPanel>
|
||||||
</Viewbox>
|
</Viewbox>
|
||||||
|
|||||||
Reference in New Issue
Block a user