mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-24 15:27:17 +00:00
Merge pull request #140 from resin-io/feat/hidden-inset-title-bar
Set titleBarStyle to 'hidden-inset'
This commit is contained in:
commit
80d045a0bf
@ -5857,7 +5857,7 @@ button.close {
|
||||
margin: 0 30px; }
|
||||
|
||||
.space-bottom-huge {
|
||||
margin-bottom: 55px; }
|
||||
margin-bottom: 40px; }
|
||||
|
||||
.space-right-tiny {
|
||||
margin-right: 5px; }
|
||||
|
@ -39,6 +39,7 @@ electron.app.on('ready', function() {
|
||||
height: 380,
|
||||
resizable: false,
|
||||
fullscreen: false,
|
||||
titleBarStyle: 'hidden-inset',
|
||||
icon: path.join(__dirname, '..', 'assets', 'icon.png')
|
||||
});
|
||||
|
||||
|
@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
$spacing-huge: 55px;
|
||||
$spacing-huge: 40px;
|
||||
$spacing-large: 30px;
|
||||
$spacing-medium: 15px;
|
||||
$spacing-tiny: 5px;
|
||||
|
BIN
screenshot.png
BIN
screenshot.png
Binary file not shown.
Before Width: | Height: | Size: 118 KiB After Width: | Height: | Size: 113 KiB |
Loading…
x
Reference in New Issue
Block a user