- Rollabck to latest stable code

- Fix Binding Error
This commit is contained in:
DB p 2022-10-02 12:30:35 +09:00
parent af2909b9d1
commit e5a5a8c34d
2 changed files with 2 additions and 2 deletions

View file

@ -254,7 +254,7 @@
<Grid>
<Grid.ColumnDefinitions>
<ColumnDefinition Width="*" />
<ColumnDefinition Width="0.7*" />
<ColumnDefinition Width="0.8*" MinWidth="240" />
</Grid.ColumnDefinitions>
<StackPanel x:Name="ResultArea" Grid.Column="0">
<Border Style="{DynamicResource WindowRadius}">

View file

@ -1565,7 +1565,7 @@
<RowDefinition />
</Grid.RowDefinitions>
<Border Grid.Row="0">
<TextBox
<TextBox x:Name="QueryTextBox"
IsReadOnly="True"
Style="{DynamicResource QueryBoxStyle}"
Text="{DynamicResource hiThere}" />