Skip to content

Commit

Permalink
layout minor mod
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrj committed Feb 23, 2024
1 parent 1cee58d commit da3fbbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dialogs.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit da3fbbe

Please sign in to comment.