boards' columns slight fix

test_old_branch
Jules LASCRET 1 year ago
parent c1b71c9d80
commit 5b37672de1

@ -22,8 +22,7 @@
HorizontalOptions="Center"> HorizontalOptions="Center">
<Label <Label
Text="Sound" Text="Sound"
Style="{StaticResource ContentSetting}" Style="{StaticResource ContentSetting}"/>
/>
<Switch/> <Switch/>

@ -523,9 +523,10 @@
</Style> </Style>
<Style TargetType="Rectangle" x:Key="RectangleTab"> <Style TargetType="Rectangle" x:Key="RectangleTab">
<Setter Property="WidthRequest" Value="2"/>
<Setter Property="BackgroundColor" Value="Black"/> <Setter Property="BackgroundColor" Value="Black"/>
<Setter Property="Grid.RowSpan" Value="20"/> <Setter Property="HeightRequest" Value="50"></Setter>
<Setter Property="Grid.Row" Value="1"/>
<Setter Property="WidthRequest" Value="2"/>
</Style> </Style>
<Style TargetType="Grid" x:Key="GridMain"> <Style TargetType="Grid" x:Key="GridMain">

@ -11,6 +11,7 @@
Style="{StaticResource ContentTab}" Style="{StaticResource ContentTab}"
/> />
<Rectangle <Rectangle
Style="{StaticResource RectangleTab}"
Grid.Column="1"/> Grid.Column="1"/>
<Label <Label
@ -19,6 +20,7 @@
Style="{StaticResource ContentTab}"/> Style="{StaticResource ContentTab}"/>
<Rectangle <Rectangle
Style="{StaticResource RectangleTab}"
Grid.Column="3"/> Grid.Column="3"/>
<Label <Label
@ -27,6 +29,7 @@
Style="{StaticResource ContentTab}"/> Style="{StaticResource ContentTab}"/>
<Rectangle <Rectangle
Style="{StaticResource RectangleTab}"
Grid.Column="5"/> Grid.Column="5"/>
<Label <Label

@ -16,10 +16,9 @@
TextColor="DarkSlateGrey" TextColor="DarkSlateGrey"
VerticalOptions="Center"/> VerticalOptions="Center"/>
<Rectangle WidthRequest="2" <Rectangle
Grid.Column="1" Style="{StaticResource RectangleTab}"
Grid.RowSpan="20" Grid.Column="1"/>
BackgroundColor="Black"/>
<Label <Label
Grid.Row="0" Grid.Row="0"

Loading…
Cancel
Save