| Index: ui/file_manager/audio_player/js/background.js
|
| diff --git a/ui/file_manager/audio_player/js/background.js b/ui/file_manager/audio_player/js/background.js
|
| index 600c15b9f113e09329c57a177e0c994cfbe9754b..587c08166d3fddb088154266177824ea780cff13 100644
|
| --- a/ui/file_manager/audio_player/js/background.js
|
| +++ b/ui/file_manager/audio_player/js/background.js
|
| @@ -21,10 +21,13 @@ var AUDIO_PLAYER_APP_URL = 'audio_player.html';
|
| var audioPlayerCreateOptions = {
|
| id: 'audio-player',
|
| type: 'panel',
|
| - minHeight: 44 + 73, // 44px: track, 73px: controller
|
| - minWidth: 292,
|
| - height: 44 + 73, // collapsed
|
| - width: 292
|
| + minHeight: 4 + 48 + 96, // 4px: border-top, 48px: track, 96px: controller
|
| + minWidth: 280,
|
| + height: 4 + 48 + 96, // collapsed
|
| + width: 280,
|
| + frame: {
|
| + color: '#fafafa'
|
| + }
|
| };
|
|
|
| /**
|
|
|