From 2893f9263632b88884187167524cc32477a43d12 Mon Sep 17 00:00:00 2001 From: gabrielpatzleiner Date: Sat, 29 Mar 2014 22:01:36 +0100 Subject: [PATCH] Fixed the source of the Mods WebControl --- MinecraftLauncher/MainWindow.xaml | 25 +++++++++++++++---------- MinecraftLauncher/MainWindow.xaml.vb | 27 +++++++++++++++++---------- 2 files changed, 32 insertions(+), 20 deletions(-) diff --git a/MinecraftLauncher/MainWindow.xaml b/MinecraftLauncher/MainWindow.xaml index cf4fa1e..db0502f 100644 --- a/MinecraftLauncher/MainWindow.xaml +++ b/MinecraftLauncher/MainWindow.xaml @@ -10,8 +10,8 @@ xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:chart="clr-namespace:De.TorstenMandelkow.MetroChart;assembly=De.TorstenMandelkow.MetroChart" GlowBrush="{DynamicResource AccentColorBrush}" - Title="McMetroLauncher" Height="600" Width="800" - ForceCursor="True" MinWidth="800" MinHeight="600" Icon="images/favicon.ico" ResizeMode="CanResizeWithGrip" UseLayoutRounding="False" ScrollViewer.CanContentScroll="True" > + Title="McMetroLauncher" Height="600" Width="920" + ForceCursor="True" MinHeight="600" MinWidth="920" Icon="images/favicon.ico" ResizeMode="CanResizeWithGrip" UseLayoutRounding="False" ScrollViewer.CanContentScroll="True" > @@ -235,18 +235,23 @@ - +