Fix CR line end problem
This commit is contained in:
parent
aeea57bd2f
commit
557dd86364
@ -28,7 +28,7 @@ class KlippyGtk:
|
||||
|
||||
label = Gtk.Label()
|
||||
label.set_text(text)
|
||||
box1.add(image) #, size, size)
|
||||
box1.add(image)
|
||||
box1.add(label)
|
||||
|
||||
if style != False:
|
||||
|
Loading…
x
Reference in New Issue
Block a user