mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 19:26:39 +02:00
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:
@@ -51,7 +51,7 @@ namespace Wox.ViewModel
|
||||
|
||||
}
|
||||
|
||||
OnPropertyChanged("SelectedResult");
|
||||
OnPropertyChanged();
|
||||
|
||||
}
|
||||
}
|
||||
@@ -65,7 +65,7 @@ namespace Wox.ViewModel
|
||||
set
|
||||
{
|
||||
_margin = value;
|
||||
OnPropertyChanged("Margin");
|
||||
OnPropertyChanged();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user