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(
|
||||
child: Padding(
|
||||
padding: EdgeInsets.only(
|
||||
left: horizontralWindowPadding,
|
||||
right: horizontralWindowPadding,
|
||||
left: 25,
|
||||
right: 25,
|
||||
bottom: vertticalWindowPadding,
|
||||
),
|
||||
child: ConstrainedBox(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue