remove bottom padding
This commit is contained in:
@@ -39,7 +39,7 @@ class _MihPackageWindowState extends State<MihPackageWindow> {
|
|||||||
setState(() {
|
setState(() {
|
||||||
windowTitleSize = 25;
|
windowTitleSize = 25;
|
||||||
horizontralWindowPadding = width / 7;
|
horizontralWindowPadding = width / 7;
|
||||||
vertticalWindowPadding = 25;
|
vertticalWindowPadding = 10;
|
||||||
windowWidth = width;
|
windowWidth = width;
|
||||||
windowHeight = height;
|
windowHeight = height;
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user