update window inner padding
This commit is contained in:
parent
c0d7ae69dc
commit
b78b08fb27
1 changed files with 2 additions and 2 deletions
|
|
@ -146,8 +146,8 @@ class _MihAppWindowState extends State<MihAppWindow> {
|
||||||
Flexible(
|
Flexible(
|
||||||
child: Padding(
|
child: Padding(
|
||||||
padding: EdgeInsets.only(
|
padding: EdgeInsets.only(
|
||||||
left: horizontralWindowPadding,
|
left: 25,
|
||||||
right: horizontralWindowPadding,
|
right: 25,
|
||||||
bottom: vertticalWindowPadding,
|
bottom: vertticalWindowPadding,
|
||||||
),
|
),
|
||||||
child: ConstrainedBox(
|
child: ConstrainedBox(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue