add padding to window title
This commit is contained in:
@@ -99,8 +99,11 @@ class _MihPackageWindowState extends State<MihPackageWindow> {
|
|||||||
),
|
),
|
||||||
),
|
),
|
||||||
Expanded(
|
Expanded(
|
||||||
|
child: Padding(
|
||||||
|
padding: const EdgeInsets.symmetric(horizontal: 10.0),
|
||||||
child: Text(
|
child: Text(
|
||||||
widget.windowTitle,
|
widget.windowTitle,
|
||||||
|
overflow: TextOverflow.ellipsis,
|
||||||
textAlign: TextAlign.center,
|
textAlign: TextAlign.center,
|
||||||
style: TextStyle(
|
style: TextStyle(
|
||||||
fontSize: windowTitleSize,
|
fontSize: windowTitleSize,
|
||||||
@@ -109,6 +112,7 @@ class _MihPackageWindowState extends State<MihPackageWindow> {
|
|||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
),
|
||||||
Visibility(
|
Visibility(
|
||||||
visible: (widget.menuOptions?.isNotEmpty ?? false),
|
visible: (widget.menuOptions?.isNotEmpty ?? false),
|
||||||
child: Padding(
|
child: Padding(
|
||||||
|
|||||||
Reference in New Issue
Block a user