Index: ui/file_manager/video_player/js/background.js |
diff --git a/ui/file_manager/video_player/js/background.js b/ui/file_manager/video_player/js/background.js |
index 3b7adacbcc52f53fa49d6779c8f08b18bb8a428b..3df0cdb1884f4267c408b36ce3f04e273ec5bd73 100644 |
--- a/ui/file_manager/video_player/js/background.js |
+++ b/ui/file_manager/video_player/js/background.js |
@@ -17,7 +17,9 @@ var ICON_IMAGE = 'images/icon/video-player-64.png'; |
* @type {Object} |
*/ |
var windowCreateOptions = { |
- frame: 'none', |
+ frame: { |
+ color: '#fafafa' |
+ }, |
minWidth: 480, |
minHeight: 270 |
}; |