redesign to material standards and clean up some sylings

This commit is contained in:
Rene Schwarz
2021-04-08 03:31:21 +02:00
parent 73f864ea20
commit ca432897af
78 changed files with 1904 additions and 309 deletions

View File

@@ -18,11 +18,5 @@ namespace Server_Dashboard.Views {
public DashboardWindow() {
InitializeComponent();
}
private void Grid_Loaded(object sender, RoutedEventArgs e) {
foreach(Button b in TopBarGrid.Children) {
//b.Template.FindName("TopBarButtonImage")
}
}
}
}