Skip to content

Commit

Permalink
fix(window): fix window title bar sizing
Browse files Browse the repository at this point in the history
  • Loading branch information
Artur Bien committed Dec 21, 2020
1 parent 4cec306 commit 19c5f34
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/Window/Window.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,9 @@ const styles = StyleSheet.create({
},

titleBar: {
height: 33,
height: 36,
margin: 2,
paddingLeft: 4,
paddingRight: 2,
paddingHorizontal: 4,
},

titleBarText: {
Expand All @@ -119,8 +118,8 @@ const styles = StyleSheet.create({
},

button: {
height: 27,
width: 31,
height: 28,
width: 32,
paddingVertical: 0,
paddingHorizontal: 0,
},
Expand Down

0 comments on commit 19c5f34

Please sign in to comment.