From 8c4ce96362932aac937f7c323e6fc3e7fd83b255 Mon Sep 17 00:00:00 2001 From: Nicolas Jager <nicolas.jager@savoirfairelinux.com> Date: Tue, 13 Dec 2016 10:14:38 -0500 Subject: [PATCH] hamburger button : visual update. Change-Id: Ib4e305854443bf31fcf59f0f79d8f8120a8cc7ae Tuleap: #790 --- MainPage.xaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/MainPage.xaml b/MainPage.xaml index 9cfd2d7..88076ca 100644 --- a/MainPage.xaml +++ b/MainPage.xaml @@ -114,11 +114,13 @@ <Button x:Name="_toggleSmartBoxButton_" Grid.Row="0" FontWeight="Bold" - FontSize="20" + FontSize="30" Content="" Click="_toggleSmartBoxButton__Click" + FontFamily="Segoe MDL2 Assets" HorizontalAlignment="Center" - Style="{StaticResource HamburgerButtonStyle}"/> + Style="{StaticResource TextBlockButtonStyle}" + Foreground="White"/> </Grid> <Frame x:Name="_smartPanel_" Grid.Row="1"> -- GitLab