Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
yucef sourni committed Jan 8, 2021
1 parent f9de46b commit 8528c7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion albasheer/gtkUi.py
Original file line number Diff line number Diff line change
Expand Up @@ -661,8 +661,8 @@ def gui_(self):
sw1.add(self.listbox_)
paned.add1(sw1)
self.__check = True

self.text_v = Gtk.TextView()
self.text_v.modify_font(Pango.FontDescription.from_string("Amiri 32"))
self.text_v.set_hexpand(True)
self.text_v.set_vexpand(True)
self.text_v.props.editable = False
Expand Down

0 comments on commit 8528c7b

Please sign in to comment.