Fix CR line end problem

This commit is contained in:
Jordan Ruthe 2020-11-18 10:46:57 -05:00
parent aeea57bd2f
commit 557dd86364
9 changed files with 1036 additions and 1036 deletions

View File

@ -28,7 +28,7 @@ class KlippyGtk:
label = Gtk.Label() label = Gtk.Label()
label.set_text(text) label.set_text(text)
box1.add(image) #, size, size) box1.add(image)
box1.add(label) box1.add(label)
if style != False: if style != False: