mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 11:16:51 +02:00
Small issue changes.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
xmlns:system="clr-namespace:System;assembly=mscorlib">
|
||||
<Style x:Key="BaseQueryBoxStyle" TargetType="{x:Type TextBox}">
|
||||
<Setter Property="BorderThickness" Value="0" />
|
||||
<Setter Property="FontSize" Value="36" />
|
||||
<Setter Property="FontSize" Value="28" />
|
||||
<Setter Property="FontFamily" Value="Arial" />
|
||||
<Setter Property="FontWeight" Value="Medium" />
|
||||
<Setter Property="Height" Value="46" />
|
||||
|
||||
@@ -1,29 +0,0 @@
|
||||
{
|
||||
"UserSetting": {
|
||||
"Hotkey": "Win + W",
|
||||
"Theme": "Default",
|
||||
"ReplaceWinR": true,
|
||||
"WebSearches": [
|
||||
{
|
||||
"Title": "Google",
|
||||
"ActionWord": "g",
|
||||
"IconPath": "e:\\github\\wox\\Wox\\bin\\Debug\\Images\\websearch\\google.png",
|
||||
"Url": "https://www.google.com/search?q={q}",
|
||||
"Enabled": true
|
||||
},
|
||||
{
|
||||
"Title": "Wikipedia",
|
||||
"ActionWord": "wiki",
|
||||
"IconPath": "e:\\github\\wox\\Wox\\bin\\Debug\\Images\\websearch\\wiki.png",
|
||||
"Url": "http://en.wikipedia.org/wiki/{q}",
|
||||
"Enabled": true
|
||||
}
|
||||
],
|
||||
"CustomPluginHotkeys": null,
|
||||
"StartWoxOnSystemStartup": false
|
||||
},
|
||||
"UserSelectedRecords": {
|
||||
"Records": {
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user