|
19 | 19 | <ScrollViewer VerticalScrollBarVisibility="Auto">
|
20 | 20 | <Grid>
|
21 | 21 | <Grid.RowDefinitions>
|
22 |
| - <RowDefinition Height="300" MinHeight="50" /> |
| 22 | + <RowDefinition Height="250" MinHeight="50" /> |
23 | 23 | <RowDefinition Height="Auto" />
|
24 | 24 | <RowDefinition Height="Auto" />
|
25 | 25 | </Grid.RowDefinitions>
|
|
83 | 83 |
|
84 | 84 | <Expander Margin="0 2 0 0" Header="Icon Information">
|
85 | 85 | <StackPanel>
|
86 |
| - <mah:MetroHeader Padding="2 0" |
87 |
| - DataContext="{Binding SelectedIcon}" |
| 86 | + <mah:MetroHeader DataContext="{Binding SelectedIcon}" |
88 | 87 | Header="IconPackName and IconKind">
|
89 | 88 | <ctrls:CopyToClipboardTextBox>
|
90 | 89 | <ctrls:CopyToClipboardTextBox.TextToCopy>
|
|
108 | 107 | </Expander>
|
109 | 108 |
|
110 | 109 | <Expander Margin="0 5 0 0"
|
111 |
| - Header="Preview options" |
112 |
| - IsExpanded="True"> |
| 110 | + Header="Preview options"> |
113 | 111 | <StackPanel>
|
114 | 112 | <mah:MetroHeader Header="Iconsize ">
|
115 | 113 | <ComboBox x:Name="ComboBoxIconPreviewSize"
|
|
145 | 143 | <mah:MetroHeader>
|
146 | 144 | <mah:MetroHeader.Header>
|
147 | 145 | <StackPanel Orientation="Horizontal">
|
148 |
| - <StackPanel Orientation="Horizontal"> |
149 |
| - <iconPacks:PackIconEvaIcons Width="20" |
150 |
| - Height="10" |
151 |
| - VerticalAlignment="Center" |
152 |
| - Kind="Code" /> |
153 |
| - <TextBlock VerticalAlignment="Center" Text="Copy icon as WPF-Control" /> |
154 |
| - </StackPanel> |
| 146 | + <iconPacks:PackIconPhosphorIcons Width="12" |
| 147 | + Height="12" |
| 148 | + VerticalAlignment="Center" |
| 149 | + Kind="BracketsAngle" /> |
| 150 | + <Label VerticalAlignment="Center" Margin ="4 0" Padding="0" Content="Copy as WPF-Control" /> |
155 | 151 | </StackPanel>
|
156 | 152 | </mah:MetroHeader.Header>
|
157 | 153 | <ctrls:CopyToClipboardTextBox FontFamily="Consolas" TextToCopy="{Binding CopyToClipboardText}" />
|
158 | 154 | </mah:MetroHeader>
|
159 | 155 |
|
| 156 | + <mah:MetroHeader> |
| 157 | + <mah:MetroHeader.Header> |
| 158 | + <StackPanel Orientation="Horizontal"> |
| 159 | + <iconPacks:PackIconPhosphorIcons Width="12" |
| 160 | + Height="12" |
| 161 | + VerticalAlignment="Center" |
| 162 | + Kind="Polygon" /> |
| 163 | + <Label VerticalAlignment="Center" Margin ="4 0" Padding="0" Content="Copy as WPF-PathGeometry" /> |
| 164 | + </StackPanel> |
| 165 | + </mah:MetroHeader.Header> |
| 166 | + <ctrls:CopyToClipboardTextBox FontFamily="Consolas" TextToCopy="{Binding CopyToClipboardWpfGeometry}" /> |
| 167 | + </mah:MetroHeader> |
| 168 | + |
160 | 169 | <!-- Content Markup -->
|
161 | 170 | <mah:MetroHeader>
|
162 | 171 | <mah:MetroHeader.Header>
|
163 | 172 | <StackPanel Orientation="Horizontal">
|
164 |
| - <StackPanel Orientation="Horizontal"> |
165 |
| - <iconPacks:PackIconMaterial Width="20" |
166 |
| - Height="10" |
167 |
| - VerticalAlignment="Center" |
168 |
| - Kind="CodeBraces" /> |
169 |
| - <TextBlock VerticalAlignment="Center" Text="Copy icon as content" /> |
170 |
| - </StackPanel> |
| 173 | + <iconPacks:PackIconPhosphorIcons Width="12" |
| 174 | + Height="12" |
| 175 | + VerticalAlignment="Center" |
| 176 | + Kind="BracketsCurly" /> |
| 177 | + <Label VerticalAlignment="Center" Margin ="4 0" Padding="0" Content="Copy as content extension" /> |
171 | 178 | </StackPanel>
|
172 | 179 | </mah:MetroHeader.Header>
|
173 | 180 | <ctrls:CopyToClipboardTextBox FontFamily="Consolas" TextToCopy="{Binding CopyToClipboardAsContentText}" />
|
174 | 181 | </mah:MetroHeader>
|
| 182 | + |
175 | 183 | <!-- Copy as UWP Control -->
|
176 | 184 | <mah:MetroHeader>
|
177 | 185 | <mah:MetroHeader.Header>
|
178 | 186 | <StackPanel Orientation="Horizontal">
|
179 |
| - <StackPanel Orientation="Horizontal"> |
180 |
| - <iconPacks:PackIconFontAwesome Width="20" |
181 |
| - Height="10" |
182 |
| - VerticalAlignment="Center" |
183 |
| - Kind="DrawPolygonSolid" /> |
184 |
| - <TextBlock VerticalAlignment="Center" Text="Copy icon as UWP-Control" /> |
185 |
| - </StackPanel> |
| 187 | + <iconPacks:PackIconPhosphorIcons Width="12" |
| 188 | + Height="12" |
| 189 | + VerticalAlignment="Center" |
| 190 | + Kind="BracketsAngle" /> |
| 191 | + <Label VerticalAlignment="Center" Margin ="4 0" Padding="0" Content="Copy as UWP-Control" /> |
186 | 192 | </StackPanel>
|
187 | 193 | </mah:MetroHeader.Header>
|
188 | 194 | <ctrls:CopyToClipboardTextBox FontFamily="Consolas" TextToCopy="{Binding CopyToClipboardAsPathIconText}" />
|
|
191 | 197 | <mah:MetroHeader>
|
192 | 198 | <mah:MetroHeader.Header>
|
193 | 199 | <StackPanel Orientation="Horizontal">
|
194 |
| - <StackPanel Orientation="Horizontal"> |
195 |
| - <iconPacks:PackIconMaterial Width="20" |
196 |
| - Height="10" |
197 |
| - VerticalAlignment="Center" |
198 |
| - Kind="Draw" /> |
199 |
| - <TextBlock VerticalAlignment="Center" Text="Copy path data" /> |
200 |
| - </StackPanel> |
| 200 | + <iconPacks:PackIconPhosphorIcons Width="12" |
| 201 | + Height="12" |
| 202 | + VerticalAlignment="Center" |
| 203 | + Kind="Polygon" /> |
| 204 | + <Label VerticalAlignment="Center" Margin ="4 0" Padding="0" Content="Copy path data" /> |
201 | 205 | </StackPanel>
|
202 | 206 | </mah:MetroHeader.Header>
|
203 | 207 | <ctrls:CopyToClipboardTextBox FontFamily="Consolas" TextToCopy="{Binding CopyToClipboardAsGeometryText}" />
|
|
0 commit comments