From 8bdb23ed3be8d39e9d7cf594c606ee29fc42363e Mon Sep 17 00:00:00 2001 From: Gianluca Sartori Date: Fri, 2 Sep 2016 10:15:18 +0200 Subject: [PATCH] Added support for resizing panels in the main window --- ForumSurfer/Properties/AssemblyInfo.cs | 2 +- ForumSurfer/View/MainWindow.xaml | 9 +++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ForumSurfer/Properties/AssemblyInfo.cs b/ForumSurfer/Properties/AssemblyInfo.cs index 6a5e53a..6dcf885 100644 --- a/ForumSurfer/Properties/AssemblyInfo.cs +++ b/ForumSurfer/Properties/AssemblyInfo.cs @@ -51,5 +51,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.4.0.4")] +[assembly: AssemblyVersion("1.4.0.5")] diff --git a/ForumSurfer/View/MainWindow.xaml b/ForumSurfer/View/MainWindow.xaml index 7b491eb..e8a5400 100644 --- a/ForumSurfer/View/MainWindow.xaml +++ b/ForumSurfer/View/MainWindow.xaml @@ -212,16 +212,20 @@