Skip to content

Commit

Permalink
Improved writting experience in bookmark note
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo-Peyronnet committed Mar 17, 2024
1 parent aaba4cf commit 9737706
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion ColorPicker/UserControls/ColorItem.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -273,9 +273,15 @@
x:Name="NoteTxt"
MinWidth="100"
MinHeight="50"
MaxWidth="250"
MaxHeight="150"
AcceptsReturn="True"
AcceptsTab="True"
Background="Transparent"
BorderThickness="0"
Foreground="{DynamicResource Foreground1}" />
CaretBrush="{DynamicResource AccentColor}"
Foreground="{DynamicResource Foreground1}"
TextWrapping="Wrap" />
</Border>
<Button
x:Name="SaveBtn"
Expand Down

0 comments on commit 9737706

Please sign in to comment.