aling to window enhancement
This commit is contained in:
parent
4127802188
commit
2788061d10
1 changed files with 10 additions and 4 deletions
|
|
@ -366,9 +366,15 @@ class _HomeTileGridState extends State<HomeTileGrid> {
|
||||||
// return const MIHErrorMessage(errorType: "Password Match");
|
// return const MIHErrorMessage(errorType: "Password Match");
|
||||||
// return const MIHErrorMessage(errorType: "Invalid Credentials");
|
// return const MIHErrorMessage(errorType: "Invalid Credentials");
|
||||||
return MIHWindow(
|
return MIHWindow(
|
||||||
windowTitle: "Test Window",
|
fullscreen: false,
|
||||||
windowItems: const [SizedBox()],
|
windowTitle:
|
||||||
actionItems: [
|
"Test Window title that is too large for mobile devices",
|
||||||
|
windowBody: const [
|
||||||
|
SizedBox(
|
||||||
|
height: 250,
|
||||||
|
)
|
||||||
|
],
|
||||||
|
windowTools: [
|
||||||
IconButton(
|
IconButton(
|
||||||
onPressed: () {
|
onPressed: () {
|
||||||
//deleteFilePopUp(filePath, fileID);
|
//deleteFilePopUp(filePath, fileID);
|
||||||
|
|
@ -394,7 +400,7 @@ class _HomeTileGridState extends State<HomeTileGrid> {
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
onTapClose: () {
|
onWindowTapClose: () {
|
||||||
Navigator.pop(context);
|
Navigator.pop(context);
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue