Skip to content

Commit

Permalink
Titler fix for 1.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jliljebl committed Mar 20, 2017
1 parent 6704db4 commit e156175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flowblade-trunk/Flowblade/tools/titler.py
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ def __init__(self):
buttons_box.pack_start(guiutils.pad_label(15, 5), False, False, 0)
buttons_box.pack_start(self.color_button, False, False, 0)
buttons_box.pack_start(guiutils.pad_label(2, 1), False, False, 0)
buttons_box.pack_start(self.fill_on, False, False, 0)
#buttons_box.pack_start(self.fill_on, False, False, 0)
buttons_box.pack_start(Gtk.Label(), True, True, 0)

outline_label = Gtk.Label(_("Outline"))
Expand Down

0 comments on commit e156175

Please sign in to comment.