File tree Expand file tree Collapse file tree 2 files changed +65
-4
lines changed Expand file tree Collapse file tree 2 files changed +65
-4
lines changed Original file line number Diff line number Diff line change 53
53
54
54
<!-- Setting Plugin -->
55
55
<system : String x : Key =" plugin" >Plugins</system : String >
56
+ <system : String x : Key =" searchplugin" >Search Plugin</system : String >
56
57
<system : String x : Key =" browserMorePlugins" >Find more plugins</system : String >
57
58
<system : String x : Key =" enable" >On</system : String >
58
59
<system : String x : Key =" disable" >Off</system : String >
Original file line number Diff line number Diff line change 919
919
<DockPanel DockPanel.Dock=" Right" >
920
920
<TextBox
921
921
Name =" pluginFilterTxb"
922
- Width =" 150 "
922
+ Width =" 250 "
923
923
Height =" 34"
924
924
Margin =" 0,5,26,0"
925
925
HorizontalAlignment =" Right"
926
926
DockPanel.Dock=" Right"
927
927
FontSize =" 14"
928
928
Text =" "
929
929
TextAlignment =" Left"
930
- TextChanged =" OnPluginSearchTextChanged" />
930
+ TextChanged =" OnPluginSearchTextChanged" >
931
+ <TextBox .Style>
932
+ <Style BasedOn =" {StaticResource DefaultTextBoxStyle}" TargetType =" TextBox" >
933
+ <Style .Resources>
934
+ <VisualBrush
935
+ x : Key =" CueBannerBrush"
936
+ AlignmentX =" Left"
937
+ AlignmentY =" Center"
938
+ Stretch =" None" >
939
+ <VisualBrush .Visual>
940
+ <Label
941
+ Padding =" 10,0,0,0"
942
+ Content =" {DynamicResource searchplugin}"
943
+ Foreground =" {DynamicResource CustomContextDisabled}" />
944
+ </VisualBrush .Visual>
945
+ </VisualBrush >
946
+ </Style .Resources>
947
+ <Style .Triggers>
948
+ <Trigger Property =" Text" Value =" {x:Static sys:String.Empty}" >
949
+ <Setter Property =" Background" Value =" {StaticResource CueBannerBrush}" />
950
+ </Trigger >
951
+ <Trigger Property =" Text" Value =" {x:Null}" >
952
+ <Setter Property =" Background" Value =" {StaticResource CueBannerBrush}" />
953
+ </Trigger >
954
+ <Trigger Property =" IsKeyboardFocused" Value =" True" >
955
+ <Setter Property =" Background" Value =" {DynamicResource Color02B}" />
956
+ </Trigger >
957
+ </Style .Triggers>
958
+ </Style >
959
+ </TextBox .Style>
960
+ </TextBox >
931
961
</DockPanel >
932
962
</DockPanel >
933
963
</Border >
1319
1349
DockPanel.Dock=" Right"
1320
1350
FontSize =" 13" />
1321
1351
<TextBox
1322
- Width =" 150 "
1352
+ Width =" 250 "
1323
1353
Height =" 34"
1324
1354
Margin =" 0,0,6,0"
1325
1355
HorizontalAlignment =" Right"
1326
1356
DockPanel.Dock=" Right"
1327
1357
FontSize =" 14"
1328
1358
Text =" "
1329
- TextAlignment =" Left" />
1359
+ TextAlignment =" Left" >
1360
+ <TextBox .Style>
1361
+ <Style BasedOn =" {StaticResource DefaultTextBoxStyle}" TargetType =" TextBox" >
1362
+ <Style .Resources>
1363
+ <VisualBrush
1364
+ x : Key =" CueBannerBrush"
1365
+ AlignmentX =" Left"
1366
+ AlignmentY =" Center"
1367
+ Stretch =" None" >
1368
+ <VisualBrush .Visual>
1369
+ <Label
1370
+ Padding =" 10,0,0,0"
1371
+ Content =" {DynamicResource searchplugin}"
1372
+ Foreground =" {DynamicResource CustomContextDisabled}" />
1373
+ </VisualBrush .Visual>
1374
+ </VisualBrush >
1375
+ </Style .Resources>
1376
+ <Style .Triggers>
1377
+ <Trigger Property =" Text" Value =" {x:Static sys:String.Empty}" >
1378
+ <Setter Property =" Background" Value =" {StaticResource CueBannerBrush}" />
1379
+ </Trigger >
1380
+ <Trigger Property =" Text" Value =" {x:Null}" >
1381
+ <Setter Property =" Background" Value =" {StaticResource CueBannerBrush}" />
1382
+ </Trigger >
1383
+ <Trigger Property =" IsKeyboardFocused" Value =" True" >
1384
+ <Setter Property =" Background" Value =" {DynamicResource Color02B}" />
1385
+ </Trigger >
1386
+ </Style .Triggers>
1387
+ </Style >
1388
+ </TextBox .Style>
1389
+ </TextBox >
1330
1390
1331
1391
</DockPanel >
1332
1392
<Border
You can’t perform that action at this time.
0 commit comments