mirror of
https://github.com/jwetzell/qController.git
synced 2026-08-22 15:39:19 +00:00
* QControlsBlock.cs: Make Rows take up only the height now
* QSelectedCueCell.cs: Continue UI work * QSelectedCueOptionsCell.cs: Start work on Converting to Popup Style * ShadowButton.cs: Button in Frame with Shadow * ControlPage.xaml: * ControlPage.xaml.cs: Continue work on UI
This commit is contained in:
@@ -142,7 +142,6 @@ namespace qController
|
||||
mainG.Children.Add(bottomGrid, 0, 1);
|
||||
Grid.SetColumnSpan(bottomGrid, 5);
|
||||
|
||||
Padding = new Thickness(5);
|
||||
CornerRadius = 20;
|
||||
BackgroundColor = Color.FromHex("D8D8D8");
|
||||
HeightRequest = App.HeightUnit * 25;
|
||||
|
||||
Reference in New Issue
Block a user