From 51117ec75a3dc4bb7f10ffc4f3f5766ab0572da5 Mon Sep 17 00:00:00 2001 From: odrevet Date: Thu, 23 May 2019 11:28:19 +0200 Subject: [PATCH] set song action padding to 54 --- lib/song.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/song.dart b/lib/song.dart index 5f0eccd..51b9ecc 100644 --- a/lib/song.dart +++ b/lib/song.dart @@ -368,7 +368,7 @@ class SongPageWidget extends StatelessWidget { itemBuilder: (BuildContext context) => popupMenuAction)); var actionContainer = Container( - padding: EdgeInsets.only(left: 50.0), + padding: EdgeInsets.only(left: 54.0), alignment: Alignment.topCenter, child: Row(children: actions), );