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

Unified Diff: ui/file_manager/audio_player/js/audio_player.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/elements/track_list.css ('k') | ui/file_manager/audio_player/js/background.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 216bb44802d251bb32ca67aba672303abb9acdeb..eb9459127c86751112d17e8f511045579e0c4aaa 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 @@ AudioPlayer.HEADER_HEIGHT = 33; // 32px + border 1px
* @type {number}
* @const
*/
-AudioPlayer.TRACK_HEIGHT = 44;
+AudioPlayer.TRACK_HEIGHT = 48;
/**
* Controls bar height in pixels.
* @type {number}
* @const
*/
-AudioPlayer.CONTROLS_HEIGHT = 73; // 72px + border 1px
+AudioPlayer.CONTROLS_HEIGHT = 96;
/**
* Default number of items in the expanded mode.
« no previous file with comments | « ui/file_manager/audio_player/elements/track_list.css ('k') | ui/file_manager/audio_player/js/background.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698