Browse Source

"Settings change Required" stack layout margin fixed

master
Kaustav Chaudhuri 1 year ago
parent
commit
5008dea0db
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      GMCabsDriverAssistantSolution/Views/HomePage.xaml

+ 1
- 1
GMCabsDriverAssistantSolution/Views/HomePage.xaml View File

@ -78,7 +78,7 @@
<StackLayout x:Name="SettingsRequired" Orientation="Horizontal" IsVisible="False">
<Image Source="setting_alert.png"
WidthRequest="45"
Margin="5,5,0,5"
Margin="38,5,10,15"
VerticalOptions="Center"/>
<Label Text="Setting Change Required"
FontSize="20"


Loading…
Cancel
Save