Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(538)

Unified Diff: ui/file_manager/audio_player/js/background.js

Issue 1403303011: AudioPlayer: Update control panel with playback progress bar. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address review comments Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/file_manager/audio_player/js/audio_player.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
};
/**
« no previous file with comments | « ui/file_manager/audio_player/js/audio_player.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698