ELECTRON-1169 - Increase screen sharing indicator to support Japanese chars (#685)

This commit is contained in:
Kiran Niranjan 2019-06-17 22:34:20 +05:30 committed by Vishwas Shashidhar
parent 5e2149da08
commit 63036b6787

View File

@ -95,7 +95,7 @@ export class WindowHandler {
*/
private static getScreenSharingIndicatorOpts(): ICustomBrowserWindowConstructorOpts {
return {
width: 592,
width: 620,
height: 48,
show: false,
modal: true,