summaryrefslogtreecommitdiff
path: root/Juick/NewPostView.xaml
diff options
context:
space:
mode:
authorGravatar vitalyster2012-10-25 00:26:37 +0400
committerGravatar vitalyster2012-10-25 00:26:37 +0400
commitc4d07e7cd3858dc2bf2a5996d56a6ee5d49ea5cc (patch)
tree08adcf5f2138eda14bc7a950a59429d8adb874e8 /Juick/NewPostView.xaml
parent8316abc300d56f876a5fe3b511dc202556ad776c (diff)
parent1d1cc1f47aba3835cb94a71658c9678929a1ca7d (diff)
Merge branch 'style' of https://bitbucket.org/vitalyster/juick-windowsphone
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>