Skip to content

fixed white background dialog bug#10

Draft
rajhashmi wants to merge 3 commits intoMohmn:mainfrom
rajhashmi:fix/window-transparent
Draft

fixed white background dialog bug#10
rajhashmi wants to merge 3 commits intoMohmn:mainfrom
rajhashmi:fix/window-transparent

Conversation

@rajhashmi
Copy link
Copy Markdown

@rajhashmi rajhashmi commented Oct 20, 2023

Issue:
Encountering a problem where the desired transparent background is rendering as white.

Solution:
To address this issue, the following steps were taken:

  1. Changed the decoration from true to false at runtime.
  2. Adjusted the width and height to prevent the creation of a scrollbar, ensuring a cleaner appearance.

By implementing these changes, the issue of the white background was successfully resolved.

fixes #9
Image Link :->
Background transparent

try {
await window.emit(EVENT.PERMISSION, { 'permission': false })
await dialogWindow.hide()
await dialogWindow2.setDecorations(false) // setting Decoration to false if user iterect with no.
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same as above

@Mohmn Mohmn marked this pull request as draft October 29, 2023 21:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

opaque dialog permission window

2 participants