mirror of
https://github.com/achiez/NebulaAuth-Steam-Desktop-Authenticator-by-Achies.git
synced 2026-07-25 06:14:31 +00:00
Fix checkbox margin accordingly to new MaterialDesignInXaml update
This commit is contained in:
@@ -58,7 +58,7 @@
|
|||||||
materialDesign:HintAssist.IsFloating="False"
|
materialDesign:HintAssist.IsFloating="False"
|
||||||
materialDesign:TextFieldAssist.LeadingIcon="Key"
|
materialDesign:TextFieldAssist.LeadingIcon="Key"
|
||||||
materialDesign:TextFieldAssist.HasLeadingIcon="True" />
|
materialDesign:TextFieldAssist.HasLeadingIcon="True" />
|
||||||
<CheckBox FontSize="15" Grid.Row="1" Margin="10,10,10,0"
|
<CheckBox FontSize="15" Grid.Row="1" Margin="10,5,10,0"
|
||||||
IsEnabled="{Binding Source={x:Static model:PHandler.IsPasswordSet}}"
|
IsEnabled="{Binding Source={x:Static model:PHandler.IsPasswordSet}}"
|
||||||
IsChecked="{Binding SavePassword}" Content="{Tr LoginAgainDialog.SaveEncryptedPassword}" />
|
IsChecked="{Binding SavePassword}" Content="{Tr LoginAgainDialog.SaveEncryptedPassword}" />
|
||||||
<Grid Grid.Row="2" Margin="10,10,10,0">
|
<Grid Grid.Row="2" Margin="10,10,10,0">
|
||||||
|
|||||||
@@ -74,10 +74,10 @@
|
|||||||
<KeyBinding Key="Delete" Command="{Binding RemoveProxyCommand}" />
|
<KeyBinding Key="Delete" Command="{Binding RemoveProxyCommand}" />
|
||||||
</UIElement.InputBindings>
|
</UIElement.InputBindings>
|
||||||
</ComboBox>
|
</ComboBox>
|
||||||
<CheckBox FontSize="15" Grid.Row="2" Margin="10,10,10,0"
|
<CheckBox FontSize="15" Grid.Row="2" Margin="10,5,10,0"
|
||||||
IsEnabled="{Binding Source={x:Static model:PHandler.IsPasswordSet}}"
|
IsEnabled="{Binding Source={x:Static model:PHandler.IsPasswordSet}}"
|
||||||
IsChecked="{Binding SavePassword}" Content="{Tr LoginAgainDialog.SaveEncryptedPassword}" />
|
IsChecked="{Binding SavePassword}" Content="{Tr LoginAgainDialog.SaveEncryptedPassword}" />
|
||||||
<CheckBox FontSize="15" Grid.Row="3" Margin="10,10,10,0" IsEnabled="{Binding MafileHasProxy}"
|
<CheckBox FontSize="15" Grid.Row="3" Margin="10,5,10,0" IsEnabled="{Binding MafileHasProxy}"
|
||||||
Content="{Tr LoginAgainDialog.UseMafileProxy}" IsChecked="{Binding UseMafileProxy}" />
|
Content="{Tr LoginAgainDialog.UseMafileProxy}" IsChecked="{Binding UseMafileProxy}" />
|
||||||
<Grid Grid.Row="4" Margin="10,10,10,0">
|
<Grid Grid.Row="4" Margin="10,10,10,0">
|
||||||
<Grid.ColumnDefinitions>
|
<Grid.ColumnDefinitions>
|
||||||
|
|||||||
@@ -55,16 +55,16 @@
|
|||||||
ItemsSource="{Binding Languages}" DisplayMemberPath="Value" SelectedValuePath="Key"
|
ItemsSource="{Binding Languages}" DisplayMemberPath="Value" SelectedValuePath="Key"
|
||||||
SelectedValue="{Binding Language}"
|
SelectedValue="{Binding Language}"
|
||||||
materialDesign:HintAssist.Hint="{Tr LanguageWord}" />
|
materialDesign:HintAssist.Hint="{Tr LanguageWord}" />
|
||||||
<CheckBox Margin="0,18,0,0" IsChecked="{Binding HideToTray}"
|
<CheckBox Margin="0,5,0,0" IsChecked="{Binding HideToTray}"
|
||||||
Content="{Tr SettingsDialog.MinimizeToTray}" />
|
Content="{Tr SettingsDialog.MinimizeToTray}" />
|
||||||
|
|
||||||
|
|
||||||
<CheckBox Margin="0,18,0,0" IsChecked="{Binding LegacyMode}"
|
<CheckBox Margin="0,5,0,0" IsChecked="{Binding LegacyMode}"
|
||||||
Content="{Tr SettingsDialog.LegacyMafileMode}"
|
Content="{Tr SettingsDialog.LegacyMafileMode}"
|
||||||
ToolTip="{Tr SettingsDialog.LegacyMafileModeHint}" />
|
ToolTip="{Tr SettingsDialog.LegacyMafileModeHint}" />
|
||||||
<!--<CheckBox IsEnabled="False" Margin="0,10,0,0" FontSize="16" IsChecked="{Binding AllowAutoUpdate}" Content="{Tr SettingsDialog.AllowAutoUpdate}"/>-->
|
<!--<CheckBox IsEnabled="False" Margin="0,10,0,0" FontSize="16" IsChecked="{Binding AllowAutoUpdate}" Content="{Tr SettingsDialog.AllowAutoUpdate}"/>-->
|
||||||
<CheckBox Style="{StaticResource MaterialDesignCheckBox}" BorderBrush="AliceBlue"
|
<CheckBox Style="{StaticResource MaterialDesignCheckBox}" BorderBrush="AliceBlue"
|
||||||
Margin="0,18,0,0"
|
Margin="0,5,0,0"
|
||||||
BorderThickness="2"
|
BorderThickness="2"
|
||||||
IsChecked="{Binding IgnorePatchTuesdayErrors}"
|
IsChecked="{Binding IgnorePatchTuesdayErrors}"
|
||||||
ToolTip="{Tr SettingsDialog.IgnorePatchTuesdayErrorsHint}">
|
ToolTip="{Tr SettingsDialog.IgnorePatchTuesdayErrorsHint}">
|
||||||
@@ -75,7 +75,7 @@
|
|||||||
<!--<CheckBox Margin="0,12,0,0" IsChecked="{Binding UseAccountNameAsMafileName}">
|
<!--<CheckBox Margin="0,12,0,0" IsChecked="{Binding UseAccountNameAsMafileName}">
|
||||||
<TextBlock TextWrapping="WrapWithOverflow" Text="{Tr SettingsDialog.UseAccountName}" />
|
<TextBlock TextWrapping="WrapWithOverflow" Text="{Tr SettingsDialog.UseAccountName}" />
|
||||||
</CheckBox>-->
|
</CheckBox>-->
|
||||||
<CheckBox Margin="0,20,0,0" IsChecked="{Binding UseIcon}"
|
<CheckBox Margin="0,5,0,0" IsChecked="{Binding UseIcon}"
|
||||||
Content="{Tr SettingsDialog.UseIndicator}"
|
Content="{Tr SettingsDialog.UseIndicator}"
|
||||||
ToolTip="{Tr SettingsDialog.UseIndicatorHint}" />
|
ToolTip="{Tr SettingsDialog.UseIndicatorHint}" />
|
||||||
<materialDesign:ColorPicker Margin="-5,0,-5,0" IsEnabled="{Binding UseIcon}"
|
<materialDesign:ColorPicker Margin="-5,0,-5,0" IsEnabled="{Binding UseIcon}"
|
||||||
@@ -191,10 +191,10 @@
|
|||||||
PreviewMouseUp="Slider_OnMouseUp" />
|
PreviewMouseUp="Slider_OnMouseUp" />
|
||||||
|
|
||||||
|
|
||||||
<CheckBox Margin="0,15,0,0" Content="{Tr SettingsDialog.Theme.DialogBlur}"
|
<CheckBox Margin="0,0,0,0" Content="{Tr SettingsDialog.Theme.DialogBlur}"
|
||||||
IsChecked="{Binding ApplyBlurBackground}"
|
IsChecked="{Binding ApplyBlurBackground}"
|
||||||
FontSize="15" />
|
FontSize="15" />
|
||||||
<CheckBox Margin="0,15,0,0" Content="{Tr SettingsDialog.Theme.RippleDisabled}"
|
<CheckBox Margin="0,0,0,0" Content="{Tr SettingsDialog.Theme.RippleDisabled}"
|
||||||
FontSize="15"
|
FontSize="15"
|
||||||
IsChecked="{Binding RippleDisabled}" />
|
IsChecked="{Binding RippleDisabled}" />
|
||||||
<Button Margin="0,15,0,0" Command="{Binding ResetThemeDefaultsCommand}"
|
<Button Margin="0,15,0,0" Command="{Binding ResetThemeDefaultsCommand}"
|
||||||
|
|||||||
Reference in New Issue
Block a user