Skip to content

Commit f474f97

Browse files
committed
changed size for smaller devices
1 parent 4da1645 commit f474f97

File tree

5 files changed

+3
-6
lines changed

5 files changed

+3
-6
lines changed
0 Bytes
Loading
18 Bytes
Loading
17 Bytes
Loading

Coder/Coder/MainPage.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@
3434
</AppBar>
3535
</Page.BottomAppBar>
3636
<Grid Background="White" >
37-
<TextBox Name="Display" AcceptsReturn="True" TextWrapping="Wrap" VerticalAlignment="Stretch" FontSize="20" Width="800" BorderBrush="White" BorderThickness="0"/>
37+
<TextBox Name="Display" AcceptsReturn="True" TextWrapping="Wrap" VerticalAlignment="Stretch" FontSize="20" BorderBrush="White" BorderThickness="0" MaxWidth="800"/>
3838
</Grid>
3939
</Page>

Coder/Coder/package.appxmanifest

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" IgnorableNamespaces="uap mp">
3-
<Identity Name="21595JanPatrick.Codetext" Publisher="CN=BA624AF2-A2EC-4181-B8CC-439AB4359A21" Version="1.1.0.0" />
3+
<Identity Name="21595JanPatrick.Codetext" Publisher="CN=BA624AF2-A2EC-4181-B8CC-439AB4359A21" Version="1.1.5.0" />
44
<mp:PhoneIdentity PhoneProductId="99e9c4e9-640b-45f9-aa30-9db500fe7060" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
55
<Properties>
66
<DisplayName>Codetext</DisplayName>
@@ -15,15 +15,12 @@
1515
</Resources>
1616
<Applications>
1717
<Application Id="App" Executable="$targetnametoken$.exe" EntryPoint="Coder.App">
18-
<uap:VisualElements DisplayName="Codetext" Square150x150Logo="Assets\Square150x150Logo.png" Square44x44Logo="Assets\Square44x44Logo.png" Description="Coder" BackgroundColor="transparent">
18+
<uap:VisualElements DisplayName="Codetext" Square150x150Logo="Assets\Square150x150Logo.png" Square44x44Logo="Assets\Square44x44Logo.png" Description="Codetext" BackgroundColor="transparent">
1919
<uap:LockScreen Notification="badge" BadgeLogo="Assets\BadgeLogo.png" />
2020
<uap:DefaultTile Wide310x150Logo="Assets\Wide310x150Logo.png" Square310x310Logo="Assets\LargeTile.png" Square71x71Logo="Assets\SmallTile.png">
2121
</uap:DefaultTile>
2222
<uap:SplashScreen Image="Assets\SplashScreen.png" />
2323
</uap:VisualElements>
2424
</Application>
2525
</Applications>
26-
<Capabilities>
27-
<Capability Name="internetClient" />
28-
</Capabilities>
2926
</Package>

0 commit comments

Comments
 (0)