diff --git a/Hearthstone Treasury/Controls/DistributionChart.xaml b/Hearthstone Treasury/Controls/DistributionChart.xaml index 3bcec27..98583f7 100644 --- a/Hearthstone Treasury/Controls/DistributionChart.xaml +++ b/Hearthstone Treasury/Controls/DistributionChart.xaml @@ -7,8 +7,8 @@ xmlns:metroChart="clr-namespace:De.TorstenMandelkow.MetroChart;assembly=De.TorstenMandelkow.MetroChart" mc:Ignorable="d" d:DesignHeight="300" d:DesignWidth="300"> - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Hearthstone Treasury/Controls/MainWindow.xaml.cs b/Hearthstone Treasury/Controls/MainWindow.xaml.cs index 4034c10..84d98bc 100644 --- a/Hearthstone Treasury/Controls/MainWindow.xaml.cs +++ b/Hearthstone Treasury/Controls/MainWindow.xaml.cs @@ -1,4 +1,6 @@ -namespace Hearthstone_Treasury.Controls +using System.Windows; + +namespace Hearthstone_Treasury.Controls { /// /// Interaction logic for MainWindow.xaml @@ -9,5 +11,10 @@ public MainWindow() { InitializeComponent(); } + + public Thickness TitleBarMargin + { + get { return new Thickness(0, TitlebarHeight, 0, 0); } + } } } diff --git a/Hearthstone Treasury/Controls/ReportControl.xaml b/Hearthstone Treasury/Controls/ReportControl.xaml new file mode 100644 index 0000000..da709fe --- /dev/null +++ b/Hearthstone Treasury/Controls/ReportControl.xaml @@ -0,0 +1,13 @@ + + + + + + diff --git a/Hearthstone Treasury/Controls/ReportControl.xaml.cs b/Hearthstone Treasury/Controls/ReportControl.xaml.cs new file mode 100644 index 0000000..c312ab0 --- /dev/null +++ b/Hearthstone Treasury/Controls/ReportControl.xaml.cs @@ -0,0 +1,28 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; +using System.Windows; +using System.Windows.Controls; +using System.Windows.Data; +using System.Windows.Documents; +using System.Windows.Input; +using System.Windows.Media; +using System.Windows.Media.Imaging; +using System.Windows.Navigation; +using System.Windows.Shapes; + +namespace Hearthstone_Treasury.Controls +{ + /// + /// Interaction logic for ReportControl.xaml + /// + public partial class ReportControl : UserControl + { + public ReportControl() + { + InitializeComponent(); + } + } +} diff --git a/Hearthstone Treasury/Controls/SettingsControl.xaml b/Hearthstone Treasury/Controls/SettingsControl.xaml new file mode 100644 index 0000000..c9d884b --- /dev/null +++ b/Hearthstone Treasury/Controls/SettingsControl.xaml @@ -0,0 +1,30 @@ + + + + + + + + + + +