|
6 | 6 | <Grid> |
7 | 7 | <Grid.RowDefinitions> |
8 | 8 | <RowDefinition /> |
9 | | - <RowDefinition Height="35" /> |
10 | | - <RowDefinition Height="35" /> |
11 | | - <RowDefinition Height="35" /> |
12 | | - <RowDefinition Height="35" /> |
13 | | - <RowDefinition Height="35" /> |
14 | | - <RowDefinition Height="35" /> |
15 | | - <RowDefinition Height="35" /> |
16 | | - <RowDefinition Height="35" /> |
17 | | - <RowDefinition Height="35" /> |
18 | | - <RowDefinition Height="35" /> |
| 9 | + <RowDefinition Height="Auto" /> |
| 10 | + <RowDefinition Height="Auto" /> |
| 11 | + <RowDefinition Height="Auto" /> |
| 12 | + <RowDefinition Height="Auto" /> |
| 13 | + <RowDefinition Height="Auto" /> |
| 14 | + <RowDefinition Height="Auto" /> |
| 15 | + <RowDefinition Height="Auto" /> |
| 16 | + <RowDefinition Height="Auto" /> |
| 17 | + <RowDefinition Height="Auto" /> |
| 18 | + <RowDefinition Height="Auto" /> |
19 | 19 | <RowDefinition Height="Auto" /> |
20 | 20 | <RowDefinition /> |
21 | 21 | </Grid.RowDefinitions> |
22 | 22 | <StackLayout HorizontalOptions="Center" Orientation="Horizontal"> |
23 | 23 | <Image WidthRequest="100" HeightRequest="100" Source="generalupdate_img.png" /> |
24 | 24 | </StackLayout> |
25 | | - <StackLayout Grid.Row="1" Orientation="Horizontal" HeightRequest="35" HorizontalOptions="Center"> |
| 25 | + <StackLayout Grid.Row="1" Orientation="Horizontal" HeightRequest="40" HorizontalOptions="Center"> |
26 | 26 | <Label VerticalOptions="Center" Text="Source path :" /> |
27 | 27 | <Entry WidthRequest="400" HeightRequest="30" Margin="3,0,3,0" Text="{Binding SourcePath}" /> |
28 | 28 | <Button WidthRequest="110" HeightRequest="25" Text="Pick folder" Command="{Binding SelectFolderCommand}" CommandParameter="Source" /> |
29 | 29 | <Label Text="*" TextColor="Red" VerticalTextAlignment="Center" /> |
30 | 30 | </StackLayout> |
31 | | - <StackLayout Grid.Row="2" Orientation="Horizontal" HeightRequest="35" HorizontalOptions="Center"> |
| 31 | + <StackLayout Grid.Row="2" Orientation="Horizontal" HeightRequest="40" HorizontalOptions="Center"> |
32 | 32 | <Label VerticalOptions="Center" Text="Target path :" /> |
33 | 33 | <Entry WidthRequest="400" HeightRequest="30" Margin="5,0,3,0" Text="{Binding TargetPath}" /> |
34 | 34 | <Button WidthRequest="110" HeightRequest="35" Text="Pick folder" Command="{Binding SelectFolderCommand}" CommandParameter="Target" /> |
35 | 35 | <Label Text="*" TextColor="Red" VerticalTextAlignment="Center" /> |
36 | 36 | </StackLayout> |
37 | | - <StackLayout Grid.Row="3" Orientation="Horizontal" HeightRequest="35" HorizontalOptions="Center"> |
| 37 | + <StackLayout Grid.Row="3" Orientation="Horizontal" HeightRequest="40" HorizontalOptions="Center"> |
38 | 38 | <Label VerticalOptions="Center" Text="Patch path :" /> |
39 | 39 | <Entry WidthRequest="400" HeightRequest="30" Margin="9,0,3,0" Text="{Binding PatchPath}" /> |
40 | 40 | <Button WidthRequest="110" HeightRequest="35" Text="Pick folder" Command="{Binding SelectFolderCommand}" CommandParameter="Patch" /> |
41 | 41 | <Label Text="*" TextColor="Red" VerticalTextAlignment="Center" /> |
42 | 42 | </StackLayout> |
43 | | - <StackLayout Margin="0,0,120,0" Grid.Row="4" Orientation="Horizontal" HeightRequest="35" HorizontalOptions="Center"> |
| 43 | + <StackLayout Margin="0,0,120,0" Grid.Row="4" Orientation="Horizontal" HeightRequest="40" HorizontalOptions="Center"> |
44 | 44 | <Label VerticalOptions="Center" Text="packet name :" /> |
45 | 45 | <Entry WidthRequest="400" HeightRequest="30" Margin="9,0,3,0" Text="{Binding PacketName , Mode=TwoWay}" /> |
46 | 46 | <Label Text="*" TextColor="Red" VerticalTextAlignment="Center" /> |
47 | 47 | </StackLayout> |
48 | | - <StackLayout Margin="0,0,85,0" Grid.Row="5" Orientation="Horizontal" HeightRequest="35" HorizontalOptions="Center"> |
| 48 | + <StackLayout Margin="0,0,85,0" Grid.Row="5" Orientation="Horizontal" HeightRequest="40" HorizontalOptions="Center"> |
49 | 49 | <Label VerticalOptions="Center" Text="format :" /> |
50 | 50 | <Picker WidthRequest="400" HeightRequest="30" Margin="9,0,3,0" ItemsSource="{Binding Formats}" SelectedItem="{Binding CurrentFormat}" /> |
51 | 51 | <Label Text="*" TextColor="Red" VerticalTextAlignment="Center" /> |
52 | 52 | </StackLayout> |
53 | | - <StackLayout Margin="0,0,100,0" Grid.Row="6" Orientation="Horizontal" HeightRequest="35" HorizontalOptions="Center"> |
| 53 | + <StackLayout Margin="0,0,100,0" Grid.Row="6" Orientation="Horizontal" HeightRequest="40" HorizontalOptions="Center"> |
54 | 54 | <Label VerticalOptions="Center" Text="encoding :" /> |
55 | 55 | <Picker WidthRequest="400" HeightRequest="30" Margin="9,0,3,0" SelectedIndex="0" ItemsSource="{Binding Encodings}" SelectedItem="{Binding CurrentEncoding}" /> |
56 | 56 | <Label Text="*" TextColor="Red" VerticalTextAlignment="Center" /> |
57 | 57 | </StackLayout> |
58 | | - <StackLayout Margin="0,0,135,0" Grid.Row="7" Orientation="Horizontal" HeightRequest="35" HorizontalOptions="Center"> |
| 58 | + <StackLayout Margin="0,0,135,0" Grid.Row="7" Orientation="Horizontal" HeightRequest="40" HorizontalOptions="Center"> |
59 | 59 | <Label VerticalOptions="Center" Text="client app key :" /> |
60 | 60 | <Entry WidthRequest="400" HeightRequest="30" Margin="9,0,3,0" Text="{Binding CurrentClientAppKey}" /> |
61 | 61 | </StackLayout> |
62 | | - <StackLayout Margin="0,0,115,0" Grid.Row="8" Orientation="Horizontal" HeightRequest="35" HorizontalOptions="Center"> |
| 62 | + <StackLayout Margin="0,0,115,0" Grid.Row="8" Orientation="Horizontal" HeightRequest="40" HorizontalOptions="Center"> |
63 | 63 | <Label VerticalOptions="Center" Text="client type :" /> |
64 | 64 | <Picker WidthRequest="400" HeightRequest="32" Margin="9,0,3,0" ItemsSource="{Binding AppTypes}" SelectedItem="{Binding CurrnetAppType}" /> |
65 | 65 | </StackLayout> |
66 | | - <StackLayout Margin="0,0,110,0" Grid.Row="9" Orientation="Horizontal" HeightRequest="35" HorizontalOptions="Center"> |
| 66 | + <StackLayout Margin="0,0,110,0" Grid.Row="9" Orientation="Horizontal" HorizontalOptions="Center"> |
67 | 67 | <Label VerticalOptions="Center" Text="server url :" /> |
68 | 68 | <Entry WidthRequest="400" HeightRequest="30" Margin="9,0,3,0" Text="{Binding Url}" /> |
69 | 69 | </StackLayout> |
70 | | - <StackLayout Margin="0,0,145,0" Grid.Row="10" Orientation="Horizontal" HeightRequest="35" HorizontalOptions="Center"> |
| 70 | + <StackLayout Margin="0,0,145,0" Grid.Row="10" Orientation="Horizontal" HorizontalOptions="Center"> |
71 | 71 | <Label VerticalOptions="Center" Text="currnet version :" /> |
72 | 72 | <Entry WidthRequest="400" HeightRequest="30" Margin="9,0,3,0" Text="{Binding CurrentVersion}" /> |
73 | 73 | </StackLayout> |
74 | | - <StackLayout HorizontalOptions="Center" Grid.Row="11" HeightRequest="35" Orientation="Horizontal"> |
75 | | - <Button HorizontalOptions="Center" Text="Build json" WidthRequest="110" HeightRequest="35" Command="{Binding BuildJsonCommand}" /> |
76 | | - <Button HorizontalOptions="Center" Text="Build" WidthRequest="110" HeightRequest="35" Command="{Binding BuildCommand}" /> |
| 74 | + <StackLayout HorizontalOptions="Center" Grid.Row="11" Orientation="Horizontal"> |
| 75 | + <Button HorizontalOptions="Center" Text="Build json" WidthRequest="110" HeightRequest="40" Command="{Binding BuildJsonCommand}" /> |
| 76 | + <Button HorizontalOptions="Center" Text="Build" WidthRequest="110" HeightRequest="40" Command="{Binding BuildCommand}" /> |
77 | 77 | <CheckBox Margin="10,0,0,0" IsChecked="{Binding IsPublish}" /> |
78 | 78 | <Label VerticalOptions="Center" Text="publish" /> |
79 | 79 | </StackLayout> |
|
0 commit comments