QOL: MIh WIndows ehnacement
This commit is contained in:
parent
2f0b11e5ba
commit
6542f1c399
2 changed files with 42 additions and 47 deletions
|
|
@ -96,6 +96,11 @@ class _PackageToolOneState extends State<PackageToolOne> {
|
|||
builder: (context) {
|
||||
return MihPackageWindow(
|
||||
fullscreen: false,
|
||||
borderOn: true,
|
||||
foregroundColor: MihColors.getOrangeColor(
|
||||
MzansiInnovationHub.of(context)!.theme.mode == "Dark"),
|
||||
backgroundColor: MihColors.getBluishPurpleColor(
|
||||
MzansiInnovationHub.of(context)!.theme.mode == "Dark"),
|
||||
windowTitle: "Test No Full",
|
||||
menuOptions: [
|
||||
SpeedDialChild(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue