|
8 | 8 | mc:Ignorable="d" d:DesignWidth="800" d:DesignHeight="450" |
9 | 9 | Focusable="True" |
10 | 10 | Background="#ff202020" |
11 | | - x:Class="ZXBasicStudio.DocumentEditors.ZXGraphics.SpriteEditor"> |
12 | | - <UserControl.Styles> |
13 | | - <Style Selector="Button.toolbar_r90"> |
14 | | - <Setter Property="Background" Value="#fff0f0f0" /> |
15 | | - <Setter Property="Width" Value="32" /> |
16 | | - <Setter Property="Height" Value="32" /> |
17 | | - <Setter Property="Padding" Value="4" /> |
18 | | - <Setter Property="CornerRadius" Value="4" /> |
19 | | - <Setter Property="RenderTransform"> |
20 | | - <Setter.Value> |
21 | | - <RotateTransform Angle="90"/> |
22 | | - </Setter.Value> |
23 | | - </Setter> |
24 | | - </Style> |
25 | | - <Style Selector="Button.toolbar_r270"> |
26 | | - <Setter Property="Background" Value="#fff0f0f0" /> |
27 | | - <Setter Property="Width" Value="32" /> |
28 | | - <Setter Property="Height" Value="32" /> |
29 | | - <Setter Property="Padding" Value="4" /> |
30 | | - <Setter Property="CornerRadius" Value="4" /> |
31 | | - <Setter Property="RenderTransform"> |
32 | | - <Setter.Value> |
33 | | - <RotateTransform Angle="270"/> |
34 | | - </Setter.Value> |
35 | | - </Setter> |
36 | | - </Style> |
37 | | - <Style Selector="Button.toolbar_hMirror"> |
38 | | - <Setter Property="Background" Value="#fff0f0f0" /> |
39 | | - <Setter Property="Width" Value="32" /> |
40 | | - <Setter Property="Height" Value="32" /> |
41 | | - <Setter Property="Padding" Value="4" /> |
42 | | - <Setter Property="CornerRadius" Value="4" /> |
43 | | - <Setter Property="RenderTransform"> |
44 | | - <Setter.Value> |
45 | | - <ScaleTransform ScaleX="-1"/> |
46 | | - </Setter.Value> |
47 | | - </Setter> |
48 | | - </Style> |
49 | | - </UserControl.Styles> |
| 11 | + x:Class="ZXBasicStudio.DocumentEditors.ZXGraphics.SpriteEditor"> |
50 | 12 |
|
51 | 13 | <Grid Name="grdMain" RowDefinitions="*,Auto"> |
52 | 14 | <Grid Name="grdEditor" Grid.RowSpan="2" ColumnDefinitions="180,4,*,4,200" Margin="0,8,0,0"> |
|
0 commit comments