Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
savoirfairelinux
jami-client-uwp
Commits
7f4dcc34
Commit
7f4dcc34
authored
Dec 13, 2016
by
atraczyk
Committed by
Andreas Traczyk
Jan 30, 2017
Browse files
ui/ux: set min windows size and change hamburger button size
Change-Id: Iecaf466faac615b54458a268c98c8457d4c62750 Tuleap: #790
parent
85252927
Changes
2
Show whitespace changes
Inline
Side-by-side
App.xaml.cpp
View file @
7f4dcc34
...
...
@@ -63,6 +63,7 @@ App::OnLaunched(LaunchActivatedEventArgs^ e)
Window
::
Current
->
Content
=
rootFrame
;
}
ApplicationView
::
GetForCurrentView
()
->
SetPreferredMinSize
(
Size
(
500
,
500
));
Windows
::
UI
::
ViewManagement
::
ApplicationView
::
PreferredLaunchViewSize
=
Size
(
800
,
700
);
Windows
::
UI
::
ViewManagement
::
ApplicationView
::
PreferredLaunchWindowingMode
=
Windows
::
UI
::
ViewManagement
::
ApplicationViewWindowingMode
::
PreferredLaunchViewSize
;
...
...
MainPage.xaml
View file @
7f4dcc34
...
...
@@ -114,7 +114,7 @@
<Button x:Name="_toggleSmartBoxButton_"
Grid.Row="0"
FontWeight="Bold"
FontSize="
30
"
FontSize="
26
"
Content=""
Click="_toggleSmartBoxButton__Click"
FontFamily="Segoe MDL2 Assets"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment