diff options
| author | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2018-07-25 13:48:00 -0300 |
|---|---|---|
| committer | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2018-07-26 07:59:42 -0300 |
| commit | a71f03133221e8000bcc4713d6d67757ea904d7e (patch) | |
| tree | 0953586e3743e84d9c6a72b83b4f4fababe8a092 | |
| parent | 405ff3c747f8847f1a777b5267906aba6c35d1df (diff) | |
| download | mullvadvpn-a71f03133221e8000bcc4713d6d67757ea904d7e.tar.xz mullvadvpn-a71f03133221e8000bcc4713d6d67757ea904d7e.zip | |
Make settings navigation bar be a window drag area
| -rw-r--r-- | app/components/NavigationBar.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/components/NavigationBar.js b/app/components/NavigationBar.js index da90642068..950371b736 100644 --- a/app/components/NavigationBar.js +++ b/app/components/NavigationBar.js @@ -20,11 +20,13 @@ const styles = { }), linux: Styles.createViewStyle({ marginTop: 12, + WebkitAppRegion: 'drag', }), }, closeBarItem: { default: Styles.createViewStyle({ cursor: 'default', + WebkitAppRegion: 'no-drag', }), icon: Styles.createViewStyle({ flex: 0, @@ -37,6 +39,7 @@ const styles = { padding: 0, margin: 0, cursor: 'default', + WebkitAppRegion: 'no-drag', }), content: Styles.createViewStyle({ flexDirection: 'row', |
