mirror of
https://github.com/netinvent/npbackup.git
synced 2025-10-28 22:38:14 +08:00
Remove alpha channel
This commit is contained in:
parent
cd95709985
commit
e594ac2ebd
1 changed files with 1 additions and 1 deletions
|
|
@ -773,7 +773,7 @@ def _main_gui(viewer_mode: bool):
|
|||
no_titlebar=False,
|
||||
grab_anywhere=False,
|
||||
keep_on_top=False,
|
||||
alpha_channel=0.9,
|
||||
alpha_channel=1.0,
|
||||
default_button_element_size=(16, 1),
|
||||
right_click_menu=right_click_menu,
|
||||
finalize=True,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue