|
36 | 36 | <TextBlock Text="Text To Image" Margin="5,0,0,0"/> |
37 | 37 | </StackPanel> |
38 | 38 | </TabItem.Header> |
39 | | - <views:TextToImageView Margin="0,6,0,0"/> |
| 39 | + <views:TextToImageView UISettings="{Binding UISettings}" Margin="0,6,0,0"/> |
40 | 40 | </TabItem> |
41 | 41 |
|
42 | 42 | <!--Image To Image--> |
|
51 | 51 | <TextBlock Text="Image To Image" Margin="5,0,0,0"/> |
52 | 52 | </StackPanel> |
53 | 53 | </TabItem.Header> |
54 | | - <views:ImageToImage Margin="0,6,0,0"/> |
| 54 | + <views:ImageToImage UISettings="{Binding UISettings}" Margin="0,6,0,0"/> |
55 | 55 | </TabItem> |
56 | 56 |
|
57 | 57 | <!--Image Inpaint--> |
|
66 | 66 | <TextBlock Text="Image Inpaint" Margin="5,0,0,0"/> |
67 | 67 | </StackPanel> |
68 | 68 | </TabItem.Header> |
69 | | - <views:ImageInpaint Margin="0,6,0,0"/> |
| 69 | + <views:ImageInpaint UISettings="{Binding UISettings}" Margin="0,6,0,0"/> |
70 | 70 | </TabItem> |
71 | 71 |
|
72 | 72 | <!--Log Window--> |
|
78 | 78 | </StackPanel> |
79 | 79 | </StackPanel> |
80 | 80 | </TabItem.Header> |
81 | | - <views:Logger LogOutput="{Binding OutputLog, Mode=TwoWay}" Margin="0,6,0,0"/> |
| 81 | + <views:Logger UISettings="{Binding UISettings}" LogOutput="{Binding OutputLog, Mode=TwoWay}" Margin="0,6,0,0"/> |
82 | 82 | </TabItem> |
83 | 83 |
|
84 | 84 | <!--Settings Window--> |
|
90 | 90 | </StackPanel> |
91 | 91 | </StackPanel> |
92 | 92 | </TabItem.Header> |
93 | | - <views:Settings Margin="0,6,0,0"/> |
| 93 | + <views:Settings UISettings="{Binding UISettings, Mode=TwoWay}" Margin="0,6,0,0"/> |
94 | 94 | </TabItem> |
95 | 95 |
|
96 | 96 |
|
|
104 | 104 | <TextBlock Text="Models" Margin="5,0,0,0"/> |
105 | 105 | </StackPanel> |
106 | 106 | </TabItem.Header> |
107 | | - <views:ModelView ModelOptions="{Binding Models, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged, NotifyOnSourceUpdated=True, NotifyOnTargetUpdated=True}" Margin="0,6,0,0"/> |
| 107 | + <views:ModelView UISettings="{Binding UISettings}" ModelOptions="{Binding Models, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged, NotifyOnSourceUpdated=True, NotifyOnTargetUpdated=True}" Margin="0,6,0,0"/> |
108 | 108 | </TabItem> |
109 | 109 | </TabControl> |
110 | 110 | </Grid> |
|
0 commit comments