Fix priority button size
This commit is contained in:
@@ -624,7 +624,7 @@ namespace Wino.Views
|
||||
var selectedImportance = (MessageImportance)senderButton.Tag;
|
||||
|
||||
ViewModel.SelectedMessageImportance = selectedImportance;
|
||||
(ImportanceSplitButton.Content as SymbolIcon).Symbol = (senderButton.Content as SymbolIcon).Symbol;
|
||||
(ImportanceSplitButton.Content as FontIcon).Glyph = (senderButton.Content as FontIcon).Glyph;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user