Skip to content

Commit

Permalink
UI: Bottom Download Menu: fix gain labels
Browse files Browse the repository at this point in the history
  • Loading branch information
Artx-II committed Jul 5, 2020
1 parent be92c51 commit f934844
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/ui/bottom_download_menu.dart
Original file line number Diff line number Diff line change
Expand Up @@ -450,9 +450,9 @@ class _CustomDownloadMenuState extends State<CustomDownloadMenu> with TickerProv
Row(
children: <Widget>[
SizedBox(width: 16),
Text("-20", style: TextStyle(fontSize: 12)),
Text("-5", style: TextStyle(fontSize: 12)),
Spacer(),
Text("+20", style: TextStyle(fontSize: 12)),
Text("+5", style: TextStyle(fontSize: 12)),
SizedBox(width: 16),
],
),
Expand Down Expand Up @@ -513,9 +513,9 @@ class _CustomDownloadMenuState extends State<CustomDownloadMenu> with TickerProv
Row(
children: <Widget>[
SizedBox(width: 16),
Text("-20", style: TextStyle(fontSize: 12)),
Text("-5", style: TextStyle(fontSize: 12)),
Spacer(),
Text("+20", style: TextStyle(fontSize: 12)),
Text("+5", style: TextStyle(fontSize: 12)),
SizedBox(width: 16),
],
),
Expand Down

0 comments on commit f934844

Please sign in to comment.