diff --git a/src/dialogs.py b/src/dialogs.py index 281d87f..cecccfc 100644 --- a/src/dialogs.py +++ b/src/dialogs.py @@ -384,7 +384,7 @@ def __init__(self,parent,icon,bg_color,pre_show=None,post_close=None,min_width=1 self.text_search_pool_index=0 self.find_lab=Label(self.area_mark) - self.find_lab.pack(side='right', anchor='e',padx=5,pady=5) + self.find_lab.pack(side='right', anchor='e',padx=5,pady=5,expand='yes', fill='both') try: self.find_lab.configure(text='Mark:',compound='left')