18 lines
759 B
HTML
18 lines
759 B
HTML
<div [ngClass]="titleBarClass" id="app-title-bar" (dblclick)="onTitlebarDoubleClick($event)" [ngStyle]="style">
|
|
<div *ngIf="showTopResize" class="resize-handle top"></div>
|
|
<div *ngIf="showLeftResize" class="resize-handle left"></div>
|
|
|
|
<svg svg aria-hidden="true" class="app-icon" version="1.1" viewBox="0 0 16 16" width="16" height="16">
|
|
<polygon points="6.7,6.3 8,5.6 11.9,7.8 11.9,5.8 8,3.5 4.1,5.8 4.1,10.3 8,12.5 8,10.5 5.8,9.3 5.8,7.8 14,12.5
|
|
14.9,12 14.9,11 " />
|
|
<polygon points="8,0.1 1.1,4.1 1.1,12 8,16 13.2,13 11.5,12 8,14 2.8,11 2.8,5.1 8,2.1 13.1,5.1 13.1,9.2 14.9,10.2
|
|
14.9,4.1 " />
|
|
</svg>
|
|
|
|
<app-menu-bar></app-menu-bar>
|
|
|
|
<div class="window-controls">
|
|
<app-window-controls></app-window-controls>
|
|
</div>
|
|
|
|
</div> |