Explicitly lock inputs in MemberAdminWindow

This commit is contained in:
2023-07-13 20:15:55 +02:00
parent 8d9e713c81
commit e8919cc629
2 changed files with 1 additions and 2 deletions

View File

@ -18,12 +18,10 @@
<Setter Property="VerticalAlignment" Value="Top"/>
<Setter Property="FontSize" Value="14"/>
<Setter Property="Padding" Value="2"/>
<Setter Property="IsReadOnly" Value="True"/>
<Setter Property="Height" Value="25"/>
<Setter Property="TextWrapping" Value="NoWrap"/>
</Style>
<Style TargetType="ComboBox">
<Setter Property="IsEnabled" Value="False"/>
<Setter Property="Height" Value="25"/>
<Setter Property="FontSize" Value="14"/>
<Setter Property="HorizontalAlignment" Value="Stretch"/>

View File

@ -55,6 +55,7 @@ namespace Elwig.Windows {
private void Window_Loaded(object sender, RoutedEventArgs evt) {
ActiveMemberInput.IsChecked = true;
UpdatePhoneNrInputVisibility();
LockInputs();
}
private async Task RefreshMemberList() {