mirror of
https://github.com/jwetzell/qController.git
synced 2026-08-20 14:39:12 +00:00
Styling Changes
This commit is contained in:
@@ -12,12 +12,13 @@
|
||||
<Grid RowSpacing="0">
|
||||
<Grid.RowDefinitions>
|
||||
<RowDefinition Height="Auto"/>
|
||||
<RowDefinition Height="175"/>
|
||||
<RowDefinition Height="200"/>
|
||||
<RowDefinition Height="*"/>
|
||||
</Grid.RowDefinitions>
|
||||
|
||||
<!--Ordering is based on the order last is on top seems pretty backwards to me-->
|
||||
<ScrollView x:Name="cueListScrollView"
|
||||
<ScrollView x:Name="cueListScrollView"
|
||||
IsVisible="False"
|
||||
Grid.Row="2">
|
||||
<Grid x:Name="cueListsGrid"
|
||||
RowSpacing="0"
|
||||
@@ -29,7 +30,8 @@
|
||||
|
||||
|
||||
<qui:QSelectedCueFrame x:Name="selectedCueFrame"
|
||||
Grid.Row="1"/>
|
||||
IsVisible="False"
|
||||
Grid.Row="1"/>
|
||||
|
||||
<qui:QNavBar x:Name="qNavBar"
|
||||
Grid.Row="0"/>
|
||||
|
||||
Reference in New Issue
Block a user