forked from amkovkov/GranuSightSoftware2
fix: AmineContentSeparatorCalibrationView
This commit is contained in:
@@ -116,7 +116,7 @@
|
||||
Margin="10,0,0,0"
|
||||
VerticalAlignment="Center"
|
||||
FontSize="18"
|
||||
Text="{Binding CurrentRecord.Id, StringFormat='Id: {0}'}" />
|
||||
Text="{Binding EditingRecord.Id, StringFormat='Id: {0}'}" />
|
||||
|
||||
</Grid>
|
||||
</Border>
|
||||
@@ -171,7 +171,7 @@
|
||||
<TextBox
|
||||
Grid.Row="1"
|
||||
Classes="singleline"
|
||||
Text="{Binding CurrentRecord.Type}"
|
||||
Text="{Binding EditingRecord.Type}"
|
||||
Watermark="Тип" />
|
||||
|
||||
<TextBlock
|
||||
@@ -182,7 +182,7 @@
|
||||
<TextBox
|
||||
Grid.Row="3"
|
||||
Classes="singleline"
|
||||
Text="{Binding CurrentRecord.Batch}"
|
||||
Text="{Binding EditingRecord.Batch}"
|
||||
Watermark="Партия" />
|
||||
|
||||
</Grid>
|
||||
@@ -531,7 +531,7 @@
|
||||
Command="{Binding CreateRecordCommand}"
|
||||
Content="Новая запись" />
|
||||
|
||||
<ListBox ItemsSource="{Binding Records}" SelectedItem="{Binding CurrentRecord}">
|
||||
<ListBox ItemsSource="{Binding Records}" SelectedItem="{Binding SelectedRecord}">
|
||||
|
||||
<ListBox.Styles>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user