зеркало из https://github.com/docker/kitematic.git
Merge pull request #1198 from kitematic/change-width
Increasing width by 70px to have 3 columns of the AppStore.
This commit is contained in:
Коммит
8bb8146367
|
@ -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,
|
||||
|
|
Загрузка…
Ссылка в новой задаче