| Index: ui/file_manager/audio_player/js/audio_player.js
|
| diff --git a/ui/file_manager/audio_player/js/audio_player.js b/ui/file_manager/audio_player/js/audio_player.js
|
| index eb9459127c86751112d17e8f511045579e0c4aaa..216bb44802d251bb32ca67aba672303abb9acdeb 100644
|
| --- a/ui/file_manager/audio_player/js/audio_player.js
|
| +++ b/ui/file_manager/audio_player/js/audio_player.js
|
| @@ -332,14 +332,14 @@
|
| * @type {number}
|
| * @const
|
| */
|
| -AudioPlayer.TRACK_HEIGHT = 48;
|
| +AudioPlayer.TRACK_HEIGHT = 44;
|
|
|
| /**
|
| * Controls bar height in pixels.
|
| * @type {number}
|
| * @const
|
| */
|
| -AudioPlayer.CONTROLS_HEIGHT = 96;
|
| +AudioPlayer.CONTROLS_HEIGHT = 73; // 72px + border 1px
|
|
|
| /**
|
| * Default number of items in the expanded mode.
|
|
|