소스 검색

Tweaked MobileToolGrid Indicator Size

Frank van den Bos 1 년 전
부모
커밋
f785b96685
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 3 2
      InABox.Mobile/InABox.Mobile.Shared/Components/MobileToolGrid/MobileToolGrid.xaml

+ 3 - 2
InABox.Mobile/InABox.Mobile.Shared/Components/MobileToolGrid/MobileToolGrid.xaml

@@ -112,13 +112,14 @@
                                     HasShadow="False"
                                     HasShadow="False"
                                     VerticalOptions="Start" 
                                     VerticalOptions="Start" 
                                     HorizontalOptions="End"
                                     HorizontalOptions="End"
-                                    CornerRadius="10" 
+                                    CornerRadius="12.5" 
                                     IsVisible="{Binding HasIndicator}"
                                     IsVisible="{Binding HasIndicator}"
                                     BackgroundColor="Yellow" 
                                     BackgroundColor="Yellow" 
                                     BorderColor="Orange"
                                     BorderColor="Orange"
                                     Padding="0"
                                     Padding="0"
                                     Margin="4"
                                     Margin="4"
-                                    HeightRequest="20">
+                                    HeightRequest="25"
+                                    WidthRequest="25">
                             
                             
                                     <Label 
                                     <Label 
                                         FontAttributes="Bold" 
                                         FontAttributes="Bold"