Skip to content

Commit

Permalink
lighter icons, new record dialog fix
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrj committed Feb 24, 2024
1 parent 76004f7 commit 790490f
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
Binary file modified src/icons/left.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/icons/right.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/icons/up.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/librer.py
Original file line number Diff line number Diff line change
Expand Up @@ -1250,7 +1250,7 @@ def get_scan_dialog(self):

self.up_button[e] = Button(cde_frame,image=self.ico_up,command = lambda x=e : self.cde_up(x) )

if row>1:
if row>2:
self.up_button[e].grid(row=row,column=0,sticky='news')

self.use_checkbutton[e] = Checkbutton(cde_frame,variable=self.CDE_use_var_list[e],command = lambda x=e : self.use_checkbutton_mod(x))
Expand Down

0 comments on commit 790490f

Please sign in to comment.