mirror of
https://github.com/jwetzell/qController.git
synced 2026-08-20 22:49:24 +00:00
Start work on Group Cue children loading
This commit is contained in:
@@ -55,7 +55,10 @@ namespace qController
|
||||
case Device.iOS:
|
||||
menuButton.Margin = new Thickness(20, 35, 20, 10);
|
||||
break;
|
||||
|
||||
case Device.Android:
|
||||
topBar.HeightRequest = 50;
|
||||
menuButton.Margin = new Thickness(20, 10, 20, 10);
|
||||
break;
|
||||
}
|
||||
|
||||
menuButton.Text = "\uF0C9";
|
||||
|
||||
Reference in New Issue
Block a user