@@ -23,7 +23,7 @@ def __init__(self):
2323 self .bt_delete = ttk .Button (self , text = 'Delete' )
2424
2525 self .lb_lang = ttk .Label (self , text = 'Language:' )
26- self .cb_lang = ttk .Combobox (self , )
26+ self .cb_lang = ttk .Combobox (self , state = DISABLED )
2727
2828 self .bt_paste = ttk .Button (self , text = 'Paste' )
2929 self .bt_download = ttk .Button (self , text = 'Download' )
@@ -34,7 +34,7 @@ def __init__(self):
3434 self .bt_delete .configure (command = self .cmd_delete )
3535
3636
37- self .lb_aviso = ttk .Label (self , text = 'algo algo algo algo ' )
37+ self .lb_aviso = ttk .Label (self , text = '' )
3838 self .lb_msg = ttk .Label (self , text = 'esc to exit' , font = ('Arial' , 23 , 'bold' ))
3939
4040 self .lb_file = ttk .Label (self , text = 'file:' )
@@ -49,7 +49,7 @@ def __init__(self):
4949 self .image = self .image .resize ((25 , 25 ), Image .LANCZOS )
5050
5151 self .imagetk = ImageTk .PhotoImage (self .image )
52- self .bt_config = ttk .Button (self , image = self .imagetk , command = self .open_topbar )
52+ self .bt_config = ttk .Button (self , image = self .imagetk , command = self .open_topbar , bootstyle = LINK )
5353
5454 # bootstyle buttons
5555 self .bt_download .config (bootstyle = SUCCESS )
0 commit comments