Skip to content

Commit

Permalink
Make title bar visible on macOS (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
hql287 committed Mar 15, 2018
1 parent 0332c33 commit 60057db
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions app.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ function createMainWindow() {
height: mainWindownStateKeeper.height,
minWidth: 600,
minHeight: 400,
titleBarStyle: 'hiddenInset',
backgroundColor: '#2e2c29',
show: false,
title: 'Main Window',
Expand Down Expand Up @@ -125,7 +124,6 @@ function createPreviewWindow() {
height: previewWindownStateKeeper.height,
minWidth: 1024,
minHeight: 800,
titleBarStyle: 'hiddenInset',
backgroundColor: '#2e2c29',
show: false,
title: 'Preview Window',
Expand Down
2 changes: 0 additions & 2 deletions app/components/layout/AppNav.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ export const SideBar = styled.div`
width: 80px;
min-width: 80px;
max-width: 80px;
padding-top: 50px;
background: #2c323a;
`;

Expand Down Expand Up @@ -86,7 +85,6 @@ export const ActiveIndicator = styled.div`
height: ${allTabs.length * 60}px;
width: 5px;
position: absolute;
top: 50px;
> div {
position: absolute;
background: #292b2c;
Expand Down

0 comments on commit 60057db

Please sign in to comment.