Skip to content

Commit

Permalink
Don't change TextBox position on note resizing in ListComponent
Browse files Browse the repository at this point in the history
  • Loading branch information
MRmlik12 committed Jun 9, 2024
1 parent 7429730 commit 4090e96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NoteSHR/Components/List/ListComponent.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<ItemsControl x:Name="RowItemsControl" ItemsSource="{Binding Rows, Mode=TwoWay}">
<ItemsControl.ItemTemplate>
<DataTemplate x:DataType="vm:ListItem">
<Grid ColumnDefinitions="5*,95*" RowDefinitions="*">
<Grid ColumnDefinitions="Auto,95*" RowDefinitions="*">
<Label Grid.Column="0" Foreground="White" VerticalAlignment="Center" Padding="4"
Content="{Binding ., Converter={StaticResource PrefixTypeToString}}">
<Label.ContextMenu>
Expand Down

0 comments on commit 4090e96

Please sign in to comment.