From 0e62fe101efb4332eeeef322d3deffa19a87af9c Mon Sep 17 00:00:00 2001 From: Kalakoi Date: Fri, 30 May 2025 01:33:10 -0400 Subject: [PATCH] First attempt at making the UI fancier. --- osrs-toolbox/Views/HomePageView.xaml | 111 +++++++++++++++++++++--- osrs-toolbox/Views/HomePageView.xaml.cs | 30 +++++++ osrs-toolbox/osrs-toolbox.csproj | 28 +++++- 3 files changed, 154 insertions(+), 15 deletions(-) diff --git a/osrs-toolbox/Views/HomePageView.xaml b/osrs-toolbox/Views/HomePageView.xaml index 482815f..41459dc 100644 --- a/osrs-toolbox/Views/HomePageView.xaml +++ b/osrs-toolbox/Views/HomePageView.xaml @@ -5,12 +5,34 @@ xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:local="clr-namespace:osrs_toolbox" mc:Ignorable="d" - Title="OSRS Toolbox" d:Height="450" d:Width="800" SizeToContent="WidthAndHeight" Closed="Window_Closed"> + Title="OSRS Toolbox" Height="630" Width="500" Closed="Window_Closed" WindowStyle="None" Background="Transparent" AllowsTransparency="True"> + + + + + + + + + + + + + + + @@ -20,18 +42,81 @@ - - - - - + + + + - -