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

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

Issue 1442583002: Revert of AudioPlayer: Update control panel with playback progress bar. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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 6177c7a9688c983f963a7489495a42efe61b6e6b..c65fd155411e129254357696e47e336bab82085b 100644
--- a/ui/file_manager/audio_player/js/background.js
+++ b/ui/file_manager/audio_player/js/background.js
@@ -21,10 +21,10 @@
var audioPlayerCreateOptions = {
id: 'audio-player',
type: 'panel',
- minHeight: 48 + 96, // 48px: track, 96px: controller
- minWidth: 280,
- height: 48 + 96, // collapsed
- width: 280
+ minHeight: 48 + 73, // 48px: track, 73px: controller
+ minWidth: 292,
+ height: 48 + 73, // collapsed
+ width: 292
};
/**
« 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