forked from yaso_meth/mih-project
update window inner padding
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user