Jumar Macato
6 years ago
No known key found for this signature in database
GPG Key ID: B19884DAC3A5BF3F
2 changed files with
3 additions and
3 deletions
-
samples/ControlCatalog/Pages/TextBoxPage.xaml
-
src/Avalonia.Themes.Fluent/TextBox.xaml
|
|
|
@ -6,9 +6,9 @@ |
|
|
|
<StackPanel.Styles> |
|
|
|
<Style Selector="TextBox"> |
|
|
|
<Setter Property="InnerRightContent"> |
|
|
|
<DataTemplate> |
|
|
|
<ControlTemplate> |
|
|
|
<Button Content="Clear" /> |
|
|
|
</DataTemplate> |
|
|
|
</ControlTemplate> |
|
|
|
</Setter> |
|
|
|
|
|
|
|
</Style> |
|
|
|
|
|
|
|
@ -86,7 +86,7 @@ |
|
|
|
HorizontalAlignment="{TemplateBinding HorizontalContentAlignment}" |
|
|
|
VerticalAlignment="{TemplateBinding VerticalContentAlignment}"/> |
|
|
|
</Panel> |
|
|
|
<ContentPresenter Grid.Column="0" Grid.ColumnSpan="1" Content="{TemplateBinding InnerLeftContent}"/> |
|
|
|
<ContentPresenter Grid.Column="0" Grid.ColumnSpan="1" Content="{TemplateBinding InnerRightContent}"/> |
|
|
|
</Grid> |
|
|
|
</ScrollViewer> |
|
|
|
</DataValidationErrors> |
|
|
|
|