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 c65fd155411e129254357696e47e336bab82085b..6177c7a9688c983f963a7489495a42efe61b6e6b 100644 |
--- a/ui/file_manager/audio_player/js/background.js |
+++ b/ui/file_manager/audio_player/js/background.js |
@@ -21,10 +21,10 @@ var AUDIO_PLAYER_APP_URL = 'audio_player.html'; |
var audioPlayerCreateOptions = { |
id: 'audio-player', |
type: 'panel', |
- minHeight: 48 + 73, // 48px: track, 73px: controller |
- minWidth: 292, |
- height: 48 + 73, // collapsed |
- width: 292 |
+ minHeight: 48 + 96, // 48px: track, 96px: controller |
+ minWidth: 280, |
+ height: 48 + 96, // collapsed |
+ width: 280 |
}; |
/** |