Small issue changes.

This commit is contained in:
qianlifeng
2014-03-15 22:01:35 +08:00
parent 15bc01576a
commit dfce6564a1
9 changed files with 242 additions and 353 deletions

View File

@@ -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" />

View File

@@ -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": {
}
}
}