Skip to content

Commit

Permalink
min additions
Browse files Browse the repository at this point in the history
  • Loading branch information
chinonso098 committed Oct 13, 2024
1 parent 61b2095 commit b1b1f36
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app/shared/system-component/dialog/dialog.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,3 +103,7 @@ <h1 class="error-dialog-h1">
</div>
</div>
</ng-template>



<!-- File Transfer Dialog To be Added -->
4 changes: 4 additions & 0 deletions src/app/shared/system-component/window/window.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,10 @@ import { Process } from 'src/app/system-files/process';
this.yAxis100p = `translate(${String(x_axis)}px , ${String(y_axis + 100)}px)`;
}

createGlassPane():void{
//Every window has a hidden glass pane that is revealed when the window is hidden
}

onCloseBtnClick():void{
this.windowOpenCloseAction = 'close';
this.generateCloseAnimationValues(this.xAxisTmp, this.yAxisTmp);
Expand Down

0 comments on commit b1b1f36

Please sign in to comment.