remove bottom padding
This commit is contained in:
parent
efce3ded64
commit
c42bb62477
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue