- tweak: style thinks
This commit is contained in:
@@ -71,7 +71,6 @@
|
||||
<TextBox
|
||||
Margin="25,0,0,0"
|
||||
Text="{Binding SearchText}"
|
||||
TextChanged="TextBox_OnTextChanged"
|
||||
VerticalAlignment="Center"
|
||||
Watermark="{services:LocaledText 'server-search'}" />
|
||||
<Button
|
||||
|
||||
@@ -26,10 +26,4 @@ public partial class ServerOverviewView : UserControl
|
||||
{
|
||||
DataContext = viewModel;
|
||||
}
|
||||
|
||||
private void TextBox_OnTextChanged(object? sender, TextChangedEventArgs e)
|
||||
{
|
||||
var context = (ServerOverviewModel?)DataContext;
|
||||
context?.OnSearchChange?.Invoke();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user