update window inner padding

This commit is contained in:
2025-05-21 13:54:53 +02:00
parent c0d7ae69dc
commit b78b08fb27

View File

@@ -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(