1
0
Fork 0
forked from josch/plakativ

reformat with black

This commit is contained in:
Johannes Schauer Marin Rodrigues 2021-10-11 10:23:04 +02:00
parent d58d02092a
commit 1e827c2186
Signed by untrusted user: josch
GPG key ID: F2CBA5C78FBD83E1

View file

@ -879,7 +879,7 @@ class VerticalScrolledFrame(tkinter.Frame):
borderwidth=0, borderwidth=0,
highlightthickness=0, highlightthickness=0,
yscrollcommand=vscrollbar.set, yscrollcommand=vscrollbar.set,
width=240*parent.winfo_fpixels('1i')/96.0, width=240 * parent.winfo_fpixels("1i") / 96.0,
) )
canvas.pack(side=tkinter.LEFT, fill=tkinter.BOTH, expand=tkinter.TRUE) canvas.pack(side=tkinter.LEFT, fill=tkinter.BOTH, expand=tkinter.TRUE)
vscrollbar.config(command=canvas.yview) vscrollbar.config(command=canvas.yview)