mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
- Rollabck to latest stable code
- Fix Binding Error
This commit is contained in:
parent
af2909b9d1
commit
e5a5a8c34d
2 changed files with 2 additions and 2 deletions
|
|
@ -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}">
|
||||
|
|
|
|||
|
|
@ -1565,7 +1565,7 @@
|
|||
<RowDefinition />
|
||||
</Grid.RowDefinitions>
|
||||
<Border Grid.Row="0">
|
||||
<TextBox
|
||||
<TextBox x:Name="QueryTextBox"
|
||||
IsReadOnly="True"
|
||||
Style="{DynamicResource QueryBoxStyle}"
|
||||
Text="{DynamicResource hiThere}" />
|
||||
|
|
|
|||
Loading…
Reference in a new issue