We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7c6d387 + 10d4533 commit cdca8d4Copy full SHA for cdca8d4
src/components/theme-builder/state/QueryBoxState.svelte.ts
@@ -169,7 +169,7 @@ export class QueryBoxState implements IState {
169
x:Key="SearchIconStyle"
170
BasedOn="{StaticResource BaseSearchIconStyle}"
171
TargetType="{x:Type Path}">
172
- ${this.getSearchIconStyleContents()}
+ ${this.getSearchIconStyleContents()}
173
</Style>
174
175
<!-- Progress bar under the query text box -->
@@ -192,6 +192,8 @@ export class QueryBoxState implements IState {
192
`.trim();
193
return `
194
<Setter Property="Visibility" Value="Collapsed" />
195
+ <Setter Property="Width" Value="0" />
196
+ <Setter Property="Height" Value="0" />
197
198
}
199
0 commit comments