Fix etabs-buttons location display (#52)

Fixes #40
This commit is contained in:
MCMicS 2018-03-21 15:42:06 +01:00 committed by Thomas Brouard
parent ed1cbb97a2
commit b17c494e27
2 changed files with 6 additions and 2 deletions

View file

@ -17,7 +17,11 @@
//const TabGroup = require('electron-tabs') normally but for demo :
const TabGroup = require("../index");
let tabGroup = new TabGroup();
let tabGroup = new TabGroup({
newTab: {
title: 'New Tab'
}
});
tabGroup.addTab({
title: 'Google',