Skip to content

Commit

Permalink
Merge pull request #57 from gagansuie/dev
Browse files Browse the repository at this point in the history
Fix: minor updates to UI
  • Loading branch information
gagansuie authored Mar 21, 2024
2 parents 57afb09 + 0e1ad94 commit 7bfcd4e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<MenuBarItem
Name="FileMenu"
Title="File">
<MenuFlyoutItem Click="OpenChannel_Click" Text="Enter Channel Id" />
<MenuFlyoutItem Click="OpenChannel_Click" Text="Enter Channel ID" />
<MenuFlyoutItem Command="{StaticResource LockUnlockWindowCommand}" />
<MenuFlyoutItem Command="{StaticResource ExitApplicationCommand}" />
</MenuBarItem>
Expand Down Expand Up @@ -103,12 +103,13 @@
<TextBox
x:Name="ChannelText"
Width="200"
Header="Enter channel id:"
PlaceholderText="Channel id" />
Header="Channel ID"
PlaceholderText="e.g. 65" />
<Button
Width="200"
Height="50"
Background="CadetBlue"
Background="Indigo"
Foreground="White"
Click="Channel_Click"
Content="Submit" />
</StackPanel>
Expand Down

0 comments on commit 7bfcd4e

Please sign in to comment.