Move appearance menu to tray icon

This commit is contained in:
2014-05-02 15:23:57 -04:00
parent d77002c706
commit 967af2834b
6 changed files with 26 additions and 29 deletions

View File

@@ -73,17 +73,6 @@ namespace FloatingStatusWindowLibrary
HtmlLabel.Text = "Testing";
}
private void HandleChangeAppearanceMenuClick(object sender, RoutedEventArgs e)
{
var appearanceWindow = new AppearanceWindow(_windowSettings);
appearanceWindow.ShowDialog();
}
private void HandleSettingsButtonClick(object sender, RoutedEventArgs e)
{
SettingsButton.ContextMenu.IsOpen = true;
}
protected override void OnLocationChanged(EventArgs e)
{
base.OnLocationChanged(e);