Skip to content

Commit

Permalink
Make the drag area bigger to cover the whole title area (#34)
Browse files Browse the repository at this point in the history
This allows to drag the Connector app's window using the larger area than it currently is, leading to a slightly better UX.
  • Loading branch information
emaxx-google authored Aug 25, 2016
1 parent 265b3c7 commit 1e13822
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions smart_card_connector_app/src/window.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@
<meta charset="UTF-8">
</head>
<body>
<div id="navbar"></div>
<h1 id="header" data-i18n="mainWindowHeader"></h1>
<div id="navbar">
<h1 id="header" data-i18n="mainWindowHeader"></h1>
</div>

<button id="close-window" data-i18n-aria-label="windowClose">×</button>

Expand Down

0 comments on commit 1e13822

Please sign in to comment.