Skip to content

Commit 19c5f34

Browse files
author
Artur Bien
committed
fix(window): fix window title bar sizing
1 parent 4cec306 commit 19c5f34

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

src/Window/Window.tsx

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,9 @@ const styles = StyleSheet.create({
101101
},
102102

103103
titleBar: {
104-
height: 33,
104+
height: 36,
105105
margin: 2,
106-
paddingLeft: 4,
107-
paddingRight: 2,
106+
paddingHorizontal: 4,
108107
},
109108

110109
titleBarText: {
@@ -119,8 +118,8 @@ const styles = StyleSheet.create({
119118
},
120119

121120
button: {
122-
height: 27,
123-
width: 31,
121+
height: 28,
122+
width: 32,
124123
paddingVertical: 0,
125124
paddingHorizontal: 0,
126125
},

0 commit comments

Comments
 (0)