Skip to content

Commit

Permalink
Add watermark to board name field
Browse files Browse the repository at this point in the history
  • Loading branch information
MRmlik12 committed May 31, 2024
1 parent fcb098e commit 69f9b5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NoteSHR/Views/BoardToolbar.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<DockPanel Background="White">
<StackPanel>
<TextBox x:Name="BoardNameTextBox" DockPanel.Dock="Left" Foreground="Black" Background="Transparent" Cursor="Ibeam" FontSize="24" MinWidth="200" MaxWidth="600" />
<TextBox x:Name="BoardNameTextBox" DockPanel.Dock="Left" Foreground="Black" Background="Transparent" Cursor="Ibeam" Watermark="Enter your own board name" FontSize="24" MinWidth="200" MaxWidth="600" />
</StackPanel>
<StackPanel HorizontalAlignment="Right" VerticalAlignment="Center" Orientation="Horizontal">
<Button DockPanel.Dock="Right" x:Name="ImportBoardButton" Click="ImportBoardButton_OnClick"
Expand Down

0 comments on commit 69f9b5c

Please sign in to comment.