Remove IsEnabled bindings for dog attributes in DogAddView and DogUpdateView
This commit is contained in:
parent
4096227525
commit
5560f9f870
@ -294,7 +294,7 @@
|
||||
<Label
|
||||
Grid.Row="0"
|
||||
Grid.Column="0"
|
||||
IsEnabled="{Binding Dog.LikesAdults}"
|
||||
|
||||
LineBreakMode="TailTruncation"
|
||||
Style="{StaticResource BodySMedium_Blue}"
|
||||
Text="{x:Static res:Text.Dog_LikesAdults}"
|
||||
@ -308,7 +308,6 @@
|
||||
<Label
|
||||
Grid.Row="1"
|
||||
Grid.Column="0"
|
||||
IsEnabled="{Binding Dog.LikesConspecifics}"
|
||||
LineBreakMode="TailTruncation"
|
||||
Style="{StaticResource BodySMedium_Blue}"
|
||||
Text="{x:Static res:Text.Dog_LikesConspecifics}"
|
||||
@ -322,7 +321,6 @@
|
||||
<Label
|
||||
Grid.Row="2"
|
||||
Grid.Column="0"
|
||||
IsEnabled="{Binding Dog.IsTrustful}"
|
||||
LineBreakMode="TailTruncation"
|
||||
Style="{StaticResource BodySMedium_Blue}"
|
||||
Text="{x:Static res:Text.Dog_IsTrustful}"
|
||||
@ -336,7 +334,6 @@
|
||||
<Label
|
||||
Grid.Row="3"
|
||||
Grid.Column="0"
|
||||
IsEnabled="{Binding Dog.IsLoneGunner}"
|
||||
LineBreakMode="TailTruncation"
|
||||
Style="{StaticResource BodySMedium_Blue}"
|
||||
Text="{x:Static res:Text.Dog_IsLoneGunner}"
|
||||
@ -350,7 +347,6 @@
|
||||
<Label
|
||||
Grid.Row="4"
|
||||
Grid.Column="0"
|
||||
IsEnabled="{Binding Dog.HouseTrained}"
|
||||
LineBreakMode="TailTruncation"
|
||||
Style="{StaticResource BodySMedium_Blue}"
|
||||
Text="{x:Static res:Text.Dog_HouseTrained}"
|
||||
@ -364,7 +360,6 @@
|
||||
<Label
|
||||
Grid.Row="5"
|
||||
Grid.Column="0"
|
||||
IsEnabled="{Binding Dog.IsAggressiv}"
|
||||
LineBreakMode="TailTruncation"
|
||||
Style="{StaticResource BodySMedium_Blue}"
|
||||
Text="{x:Static res:Text.Dog_IsAggressiv}"
|
||||
@ -422,7 +417,6 @@
|
||||
<Label
|
||||
Grid.Row="0"
|
||||
Grid.Column="0"
|
||||
IsEnabled="{Binding Dog.PullsTheLeash}"
|
||||
LineBreakMode="TailTruncation"
|
||||
Style="{StaticResource BodySMedium_Blue}"
|
||||
Text="{x:Static res:Text.Dog_PullsTheLeash}"
|
||||
@ -436,7 +430,6 @@
|
||||
<Label
|
||||
Grid.Row="1"
|
||||
Grid.Column="0"
|
||||
IsEnabled="{Binding Dog.BasicCommands}"
|
||||
LineBreakMode="TailTruncation"
|
||||
Style="{StaticResource BodySMedium_Blue}"
|
||||
Text="{x:Static res:Text.Dog_BasicCommands}"
|
||||
@ -450,7 +443,6 @@
|
||||
<Label
|
||||
Grid.Row="2"
|
||||
Grid.Column="0"
|
||||
IsEnabled="{Binding Dog.Hunter}"
|
||||
LineBreakMode="TailTruncation"
|
||||
Style="{StaticResource BodySMedium_Blue}"
|
||||
Text="{x:Static res:Text.Dog_Hunter}"
|
||||
@ -464,7 +456,6 @@
|
||||
<Label
|
||||
Grid.Row="3"
|
||||
Grid.Column="0"
|
||||
IsEnabled="{Binding Dog.Eating}"
|
||||
LineBreakMode="TailTruncation"
|
||||
Style="{StaticResource BodySMedium_Blue}"
|
||||
Text="{x:Static res:Text.Dog_Eating}"
|
||||
@ -478,7 +469,6 @@
|
||||
<Label
|
||||
Grid.Row="4"
|
||||
Grid.Column="0"
|
||||
IsEnabled="{Binding Dog.Jumper}"
|
||||
LineBreakMode="TailTruncation"
|
||||
Style="{StaticResource BodySMedium_Blue}"
|
||||
Text="{x:Static res:Text.Dog_Jumper}"
|
||||
@ -505,7 +495,6 @@
|
||||
<Label
|
||||
Grid.Row="0"
|
||||
Grid.Column="0"
|
||||
IsEnabled="{Binding Dog.RushesOutside}"
|
||||
LineBreakMode="TailTruncation"
|
||||
Style="{StaticResource BodySMedium_Blue}"
|
||||
Text="{x:Static res:Text.Dog_RushesOutside}"
|
||||
@ -519,7 +508,6 @@
|
||||
<Label
|
||||
Grid.Row="1"
|
||||
Grid.Column="0"
|
||||
IsEnabled="{Binding Dog.IsCalm}"
|
||||
LineBreakMode="TailTruncation"
|
||||
Style="{StaticResource BodySMedium_Blue}"
|
||||
Text="{x:Static res:Text.Dog_IsCalm}"
|
||||
@ -533,7 +521,6 @@
|
||||
<Label
|
||||
Grid.Row="2"
|
||||
Grid.Column="0"
|
||||
IsEnabled="{Binding Dog.IsPeeing}"
|
||||
LineBreakMode="TailTruncation"
|
||||
Style="{StaticResource BodySMedium_Blue}"
|
||||
Text="{x:Static res:Text.Dog_IsPeeing}"
|
||||
@ -547,7 +534,6 @@
|
||||
<Label
|
||||
Grid.Row="3"
|
||||
Grid.Column="0"
|
||||
IsEnabled="{Binding Dog.IsShy}"
|
||||
LineBreakMode="TailTruncation"
|
||||
Style="{StaticResource BodySMedium_Blue}"
|
||||
Text="{x:Static res:Text.Dog_IsShy}"
|
||||
@ -561,7 +547,6 @@
|
||||
<Label
|
||||
Grid.Row="4"
|
||||
Grid.Column="0"
|
||||
IsEnabled="{Binding Dog.IsGuard}"
|
||||
LineBreakMode="TailTruncation"
|
||||
Style="{StaticResource BodySMedium_Blue}"
|
||||
Text="{x:Static res:Text.Dog_IsGuard}"
|
||||
|
||||
@ -292,7 +292,6 @@
|
||||
<Label
|
||||
Grid.Row="0"
|
||||
Grid.Column="0"
|
||||
IsEnabled="{Binding Dog.LikesAdults}"
|
||||
LineBreakMode="TailTruncation"
|
||||
Style="{StaticResource BodySMedium_Blue}"
|
||||
Text="{x:Static res:Text.Dog_LikesAdults}"
|
||||
@ -306,7 +305,6 @@
|
||||
<Label
|
||||
Grid.Row="1"
|
||||
Grid.Column="0"
|
||||
IsEnabled="{Binding Dog.LikesConspecifics}"
|
||||
LineBreakMode="TailTruncation"
|
||||
Style="{StaticResource BodySMedium_Blue}"
|
||||
Text="{x:Static res:Text.Dog_LikesConspecifics}"
|
||||
@ -320,7 +318,6 @@
|
||||
<Label
|
||||
Grid.Row="2"
|
||||
Grid.Column="0"
|
||||
IsEnabled="{Binding Dog.IsTrustful}"
|
||||
LineBreakMode="TailTruncation"
|
||||
Style="{StaticResource BodySMedium_Blue}"
|
||||
Text="{x:Static res:Text.Dog_IsTrustful}"
|
||||
@ -334,7 +331,6 @@
|
||||
<Label
|
||||
Grid.Row="3"
|
||||
Grid.Column="0"
|
||||
IsEnabled="{Binding Dog.IsLoneGunner}"
|
||||
LineBreakMode="TailTruncation"
|
||||
Style="{StaticResource BodySMedium_Blue}"
|
||||
Text="{x:Static res:Text.Dog_IsLoneGunner}"
|
||||
@ -348,7 +344,6 @@
|
||||
<Label
|
||||
Grid.Row="4"
|
||||
Grid.Column="0"
|
||||
IsEnabled="{Binding Dog.HouseTrained}"
|
||||
LineBreakMode="TailTruncation"
|
||||
Style="{StaticResource BodySMedium_Blue}"
|
||||
Text="{x:Static res:Text.Dog_HouseTrained}"
|
||||
@ -362,7 +357,6 @@
|
||||
<Label
|
||||
Grid.Row="5"
|
||||
Grid.Column="0"
|
||||
IsEnabled="{Binding Dog.IsAggressiv}"
|
||||
LineBreakMode="TailTruncation"
|
||||
Style="{StaticResource BodySMedium_Blue}"
|
||||
Text="{x:Static res:Text.Dog_IsAggressiv}"
|
||||
@ -420,7 +414,6 @@
|
||||
<Label
|
||||
Grid.Row="0"
|
||||
Grid.Column="0"
|
||||
IsEnabled="{Binding Dog.PullsTheLeash}"
|
||||
LineBreakMode="TailTruncation"
|
||||
Style="{StaticResource BodySMedium_Blue}"
|
||||
Text="{x:Static res:Text.Dog_PullsTheLeash}"
|
||||
@ -434,7 +427,6 @@
|
||||
<Label
|
||||
Grid.Row="1"
|
||||
Grid.Column="0"
|
||||
IsEnabled="{Binding Dog.BasicCommands}"
|
||||
LineBreakMode="TailTruncation"
|
||||
Style="{StaticResource BodySMedium_Blue}"
|
||||
Text="{x:Static res:Text.Dog_BasicCommands}"
|
||||
@ -448,7 +440,6 @@
|
||||
<Label
|
||||
Grid.Row="2"
|
||||
Grid.Column="0"
|
||||
IsEnabled="{Binding Dog.Hunter}"
|
||||
LineBreakMode="TailTruncation"
|
||||
Style="{StaticResource BodySMedium_Blue}"
|
||||
Text="{x:Static res:Text.Dog_Hunter}"
|
||||
@ -462,7 +453,6 @@
|
||||
<Label
|
||||
Grid.Row="3"
|
||||
Grid.Column="0"
|
||||
IsEnabled="{Binding Dog.Eating}"
|
||||
LineBreakMode="TailTruncation"
|
||||
Style="{StaticResource BodySMedium_Blue}"
|
||||
Text="{x:Static res:Text.Dog_Eating}"
|
||||
@ -476,7 +466,6 @@
|
||||
<Label
|
||||
Grid.Row="4"
|
||||
Grid.Column="0"
|
||||
IsEnabled="{Binding Dog.Jumper}"
|
||||
LineBreakMode="TailTruncation"
|
||||
Style="{StaticResource BodySMedium_Blue}"
|
||||
Text="{x:Static res:Text.Dog_Jumper}"
|
||||
@ -503,7 +492,6 @@
|
||||
<Label
|
||||
Grid.Row="0"
|
||||
Grid.Column="0"
|
||||
IsEnabled="{Binding Dog.RushesOutside}"
|
||||
LineBreakMode="TailTruncation"
|
||||
Style="{StaticResource BodySMedium_Blue}"
|
||||
Text="{x:Static res:Text.Dog_RushesOutside}"
|
||||
@ -517,7 +505,6 @@
|
||||
<Label
|
||||
Grid.Row="1"
|
||||
Grid.Column="0"
|
||||
IsEnabled="{Binding Dog.IsCalm}"
|
||||
LineBreakMode="TailTruncation"
|
||||
Style="{StaticResource BodySMedium_Blue}"
|
||||
Text="{x:Static res:Text.Dog_IsCalm}"
|
||||
@ -531,7 +518,6 @@
|
||||
<Label
|
||||
Grid.Row="2"
|
||||
Grid.Column="0"
|
||||
IsEnabled="{Binding Dog.IsPeeing}"
|
||||
LineBreakMode="TailTruncation"
|
||||
Style="{StaticResource BodySMedium_Blue}"
|
||||
Text="{x:Static res:Text.Dog_IsPeeing}"
|
||||
@ -545,7 +531,6 @@
|
||||
<Label
|
||||
Grid.Row="3"
|
||||
Grid.Column="0"
|
||||
IsEnabled="{Binding Dog.IsShy}"
|
||||
LineBreakMode="TailTruncation"
|
||||
Style="{StaticResource BodySMedium_Blue}"
|
||||
Text="{x:Static res:Text.Dog_IsShy}"
|
||||
@ -559,7 +544,6 @@
|
||||
<Label
|
||||
Grid.Row="4"
|
||||
Grid.Column="0"
|
||||
IsEnabled="{Binding Dog.IsGuard}"
|
||||
LineBreakMode="TailTruncation"
|
||||
Style="{StaticResource BodySMedium_Blue}"
|
||||
Text="{x:Static res:Text.Dog_IsGuard}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user