зеркало из https://github.com/docker/kitematic.git
Increasing width by 70px to have 3 columns of the AppStore.
Increasing width by 70px to have 3 columns of the AppStore.
This commit is contained in:
Родитель
e03fece4a5
Коммит
50dbf5ee31
|
@ -43,7 +43,7 @@ if (process.platform === 'win32') {
|
|||
|
||||
app.on('ready', function () {
|
||||
var mainWindow = new BrowserWindow({
|
||||
width: size.width || 1000,
|
||||
width: size.width || 1080,
|
||||
height: size.height || 680,
|
||||
'min-width': os.platform() === 'win32' ? 400 : 700,
|
||||
'min-height': os.platform() === 'win32' ? 260 : 500,
|
||||
|
|
Загрузка…
Ссылка в новой задаче