Merge pull request #140 from resin-io/feat/hidden-inset-title-bar

Set titleBarStyle to 'hidden-inset'
This commit is contained in:
Juan Cruz Viotti 2016-02-04 16:05:21 -04:00
commit 80d045a0bf
4 changed files with 3 additions and 2 deletions

View File

@ -5857,7 +5857,7 @@ button.close {
margin: 0 30px; } margin: 0 30px; }
.space-bottom-huge { .space-bottom-huge {
margin-bottom: 55px; } margin-bottom: 40px; }
.space-right-tiny { .space-right-tiny {
margin-right: 5px; } margin-right: 5px; }

View File

@ -39,6 +39,7 @@ electron.app.on('ready', function() {
height: 380, height: 380,
resizable: false, resizable: false,
fullscreen: false, fullscreen: false,
titleBarStyle: 'hidden-inset',
icon: path.join(__dirname, '..', 'assets', 'icon.png') icon: path.join(__dirname, '..', 'assets', 'icon.png')
}); });

View File

@ -14,7 +14,7 @@
* limitations under the License. * limitations under the License.
*/ */
$spacing-huge: 55px; $spacing-huge: 40px;
$spacing-large: 30px; $spacing-large: 30px;
$spacing-medium: 15px; $spacing-medium: 15px;
$spacing-tiny: 5px; $spacing-tiny: 5px;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 118 KiB

After

Width:  |  Height:  |  Size: 113 KiB