Remove harder coded text

1. Remove harder coded text, part of refactoring for PR #494
2. Remove other arguments redundant
This commit is contained in:
bao-qian
2016-02-27 00:09:12 +00:00
parent 49ca3bfd00
commit c00583dd98
4 changed files with 17 additions and 16 deletions

View File

@@ -51,7 +51,7 @@ namespace Wox.ViewModel
}
OnPropertyChanged("SelectedResult");
OnPropertyChanged();
}
}
@@ -65,7 +65,7 @@ namespace Wox.ViewModel
set
{
_margin = value;
OnPropertyChanged("Margin");
OnPropertyChanged();
}
}