From b81d912cf43651b1426e2e8e0441aa69e8bc82f7 Mon Sep 17 00:00:00 2001 From: Laurent <2-naaturel@users.noreply.gitlab.example.com> Date: Tue, 17 Feb 2026 10:35:36 +0100 Subject: [PATCH] Added some style --- GifResizer/App.xaml | 6 +- GifResizer/GifResizer.csproj | 9 ++ GifResizer/Views/MainWindow.xaml | 118 ++++++++++++-------------- GifResizer/Views/Resources/Style.xaml | 22 +++++ 4 files changed, 92 insertions(+), 63 deletions(-) create mode 100644 GifResizer/Views/Resources/Style.xaml diff --git a/GifResizer/App.xaml b/GifResizer/App.xaml index 2781582..c6be74a 100644 --- a/GifResizer/App.xaml +++ b/GifResizer/App.xaml @@ -3,6 +3,10 @@ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:local="clr-namespace:GifResizer"> - + + + + + diff --git a/GifResizer/GifResizer.csproj b/GifResizer/GifResizer.csproj index 805bf3c..f132e63 100644 --- a/GifResizer/GifResizer.csproj +++ b/GifResizer/GifResizer.csproj @@ -10,6 +10,15 @@ + + + + + + MSBuild:Compile + Wpf + Designer + diff --git a/GifResizer/Views/MainWindow.xaml b/GifResizer/Views/MainWindow.xaml index b9463ae..bab5460 100644 --- a/GifResizer/Views/MainWindow.xaml +++ b/GifResizer/Views/MainWindow.xaml @@ -3,77 +3,71 @@ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" + xmlns:gif="http://wpfanimatedgif.codeplex.com" mc:Ignorable="d" Title="Gif resizer" Height="480" Width="640" ResizeMode="NoResize"> - - - - - + + + + + + + + + + + + + + + + + + + + - - -