summaryrefslogtreecommitdiff
path: root/Juick/NewPostView.xaml
diff options
context:
space:
mode:
authorGravatar Konstantin2012-10-22 23:21:42 +0400
committerGravatar Konstantin2012-10-22 23:21:42 +0400
commit1d1cc1f47aba3835cb94a71658c9678929a1ca7d (patch)
treeb724dbaac74377eb9c38220478be85cd8ed51385 /Juick/NewPostView.xaml
parent27a390bfcc7120fe673a6fb18b2f1b47d192f49b (diff)
use Pivot layout
Diffstat (limited to 'Juick/NewPostView.xaml')
-rw-r--r--Juick/NewPostView.xaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Juick/NewPostView.xaml b/Juick/NewPostView.xaml
index 1065488..f3a911b 100644
--- a/Juick/NewPostView.xaml
+++ b/Juick/NewPostView.xaml
@@ -22,7 +22,7 @@
<!--TitlePanel contains the name of the application and page title-->
<StackPanel x:Name="TitlePanel" Grid.Row="0" Margin="12,17,0,28">
- <TextBlock x:Name="ApplicationTitle" Text="JUICK" Style="{StaticResource PhoneTextNormalStyle}"/>
+ <TextBlock x:Name="ApplicationTitle" Text="juick" Style="{StaticResource PhoneTextNormalStyle}"/>
<TextBlock x:Name="PageTitle" Text="new message" Margin="9,-7,0,0" Style="{StaticResource PhoneTextTitle1Style}"/>
</StackPanel>