Skip to content

Commit

Permalink
Merge pull request #28 from tsuwatch/modify/header
Browse files Browse the repository at this point in the history
Change titleBarStyle to hidden
  • Loading branch information
tsuwatch authored May 18, 2017
2 parents cd5ab5b + 8381d09 commit 39ded85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/browser/MainWindow.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export default class MainWindow {
const windowState = windowStateKeeper();

this.window = new BrowserWindow({
titleBarStyle: 'hidden',
minWidth: 600,
minHeight: 400,
webPreferences: {
Expand Down
2 changes: 1 addition & 1 deletion src/renderer/components/LiveViewer/Header/Header.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
display: flex;
align-items: center;
background: #0F0F0F;
margin-left: 20px;
margin-left: 60px;
height: 50px;
-webkit-app-region: drag;
}

0 comments on commit 39ded85

Please sign in to comment.