File tree Expand file tree Collapse file tree 3 files changed +26
-16
lines changed Expand file tree Collapse file tree 3 files changed +26
-16
lines changed Original file line number Diff line number Diff line change 1334
1334
DockPanel.Dock=" Right"
1335
1335
FontSize =" 13" />
1336
1336
<TextBox
1337
+ Name =" pluginStoreFilterTxb"
1337
1338
Width =" 250"
1338
1339
Height =" 34"
1339
1340
Margin =" 0,0,6,0"
1340
1341
HorizontalAlignment =" Right"
1341
1342
DockPanel.Dock=" Right"
1342
1343
FontSize =" 14"
1343
- Name =" pluginStoreFilterTxb"
1344
1344
KeyDown =" PluginFilterTxb_OnKeyDown"
1345
1345
LostFocus =" RefreshPluginStoreEventHandler"
1346
1346
Text =" "
1446
1446
Grid.RowSpan=" 2"
1447
1447
Grid.Column=" 0"
1448
1448
Grid.ColumnSpan=" 2"
1449
+ Margin =" 0,0,2,0"
1449
1450
HorizontalAlignment =" Right"
1450
1451
Orientation =" Horizontal" >
1451
- <Image
1452
- Width = " 32 "
1453
- Height = " 32 "
1454
- Margin = " 0,0,8,0 "
1452
+ <Border
1453
+ x : Name = " LabelNew "
1454
+ Margin = " 0,10,8,0 "
1455
+ Padding = " 6,2,6,2 "
1455
1456
HorizontalAlignment =" Right"
1456
1457
VerticalAlignment =" Top"
1457
- RenderOptions.BitmapScalingMode=" HighQuality"
1458
- Source =" /Images/new.png"
1459
- Stretch =" Uniform" />
1460
- <Image
1461
- Width =" 28"
1462
- Height =" 28"
1463
- Margin =" 0,-2,8,0"
1458
+ Background =" #f14551"
1459
+ CornerRadius =" 4"
1460
+ Visibility =" Collapsed" >
1461
+ <TextBlock
1462
+ FontSize =" 11"
1463
+ Foreground =" White"
1464
+ Text =" New" />
1465
+ </Border >
1466
+ <Border
1467
+ x : Name =" Labelinstalled"
1468
+ Margin =" 0,10,8,0"
1469
+ Padding =" 6,2,6,2"
1464
1470
HorizontalAlignment =" Right"
1465
1471
VerticalAlignment =" Top"
1466
- RenderOptions.BitmapScalingMode=" HighQuality"
1467
- Source =" /Images/installed.png"
1468
- Stretch =" Uniform"
1469
- Visibility =" Visible" />
1472
+ Background =" {DynamicResource ToggleSwitchFillOn}"
1473
+ CornerRadius =" 4"
1474
+ Visibility =" Collapsed" >
1475
+ <TextBlock
1476
+ FontSize =" 11"
1477
+ Foreground =" White"
1478
+ Text =" Installed" />
1479
+ </Border >
1470
1480
</StackPanel >
1471
1481
1472
1482
<StackPanel
You can’t perform that action at this time.
0 commit comments