|
18 | 18 | TextOptions.TextFormattingMode="Ideal" |
19 | 19 | TextOptions.TextRenderingMode="ClearType" |
20 | 20 | TextOptions.TextHintingMode="Fixed" |
21 | | - UseLayoutRounding="True" |
22 | 21 | SnapsToDevicePixels="True" |
23 | 22 | Style="{StaticResource BaseWindow}"> |
24 | 23 | <Grid DataContext="{Binding ElementName=UI}"> |
|
51 | 50 | <TextBlock Text="Image To Image" Margin="5,0,0,0"/> |
52 | 51 | </StackPanel> |
53 | 52 | </TabItem.Header> |
54 | | - <views:ImageToImage UISettings="{Binding UISettings}" Margin="0,6,0,0"/> |
| 53 | + <views:ImageToImageView UISettings="{Binding UISettings}" Margin="0,6,0,0"/> |
55 | 54 | </TabItem> |
56 | 55 |
|
57 | 56 | <!--Image Inpaint--> |
58 | 57 | <TabItem> |
59 | 58 | <TabItem.Header> |
60 | 59 | <StackPanel Orientation="Horizontal" Margin="5"> |
61 | 60 | <StackPanel Orientation="Horizontal"> |
62 | | - <userControls:FontAwesome Icon="" IconStyle="Light"/> |
| 61 | + <userControls:FontAwesome Icon="" IconStyle="Light"/> |
63 | 62 | <userControls:FontAwesome Icon="" IconStyle="Regular" Size="8" Margin="3"/> |
64 | 63 | <userControls:FontAwesome Icon="" IconStyle="Light"/> |
65 | 64 | </StackPanel> |
66 | 65 | <TextBlock Text="Image Inpaint" Margin="5,0,0,0"/> |
67 | 66 | </StackPanel> |
68 | 67 | </TabItem.Header> |
69 | | - <views:ImageInpaint UISettings="{Binding UISettings}" Margin="0,6,0,0"/> |
| 68 | + <views:ImageInpaintView UISettings="{Binding UISettings}" Margin="0,6,0,0"/> |
| 69 | + </TabItem> |
| 70 | + |
| 71 | + <!--Paint To Image--> |
| 72 | + <TabItem> |
| 73 | + <TabItem.Header> |
| 74 | + <StackPanel Orientation="Horizontal" Margin="5"> |
| 75 | + <StackPanel Orientation="Horizontal"> |
| 76 | + <userControls:FontAwesome Icon="" IconStyle="Light"/> |
| 77 | + <userControls:FontAwesome Icon="" IconStyle="Regular" Size="8" Margin="3"/> |
| 78 | + <userControls:FontAwesome Icon="" IconStyle="Light"/> |
| 79 | + </StackPanel> |
| 80 | + <TextBlock Text="Paint To Image" Margin="5,0,0,0"/> |
| 81 | + </StackPanel> |
| 82 | + </TabItem.Header> |
| 83 | + <views:PaintToImageView UISettings="{Binding UISettings}" Margin="0,6,0,0"/> |
70 | 84 | </TabItem> |
71 | 85 |
|
72 | 86 | <!--Log Window--> |
|
78 | 92 | </StackPanel> |
79 | 93 | </StackPanel> |
80 | 94 | </TabItem.Header> |
81 | | - <views:Logger UISettings="{Binding UISettings}" LogOutput="{Binding OutputLog, Mode=TwoWay}" Margin="0,6,0,0"/> |
| 95 | + <views:LoggerView UISettings="{Binding UISettings}" LogOutput="{Binding OutputLog, Mode=TwoWay}" Margin="0,6,0,0"/> |
82 | 96 | </TabItem> |
83 | 97 |
|
84 | 98 | <!--Settings Window--> |
|
90 | 104 | </StackPanel> |
91 | 105 | </StackPanel> |
92 | 106 | </TabItem.Header> |
93 | | - <views:Settings UISettings="{Binding UISettings, Mode=TwoWay}" Margin="0,6,0,0"/> |
| 107 | + <views:SettingsView UISettings="{Binding UISettings, Mode=TwoWay}" Margin="0,6,0,0"/> |
94 | 108 | </TabItem> |
95 | 109 |
|
96 | 110 |
|
|
0 commit comments