瀏覽代碼

changed button size

Jannick van Ballegooijen 10 年之前
父節點
當前提交
796bb0295c
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      Breda-Tour/App.xaml

+ 2 - 2
Breda-Tour/App.xaml

@@ -95,13 +95,13 @@
                                         </VisualState>
                                     </VisualStateGroup>
                                 </VisualStateManager.VisualStateGroups>
-                                <Rectangle Name="BackgroundRectangle" Stroke="White" RadiusX="2" RadiusY="2" Width="110"/>
+                                <Rectangle Name="BackgroundRectangle" Stroke="White" RadiusX="5" RadiusY="5" Width="230"/>
                                 <ContentPresenter>
                                     <TextBlock
                                         Text="{Binding Content, RelativeSource={RelativeSource Mode=TemplatedParent}}"
                                         Foreground="White"
                                         Margin="0,2,0,3"
-                                        FontSize="11"
+                                        FontSize="18"
                                         HorizontalAlignment="Center"
                                         VerticalAlignment="Center"/>
                                 </ContentPresenter>