hi all,
Quick question about something that has annoyed me a for a long time (I'm a long time revelation user): the "Notes" field is only one line high.
Is there a configurable way to change it ?
If not, could I suggest the maintainers adding the following line to the `dialog.py`, under EntryEdit.__init__():
self.entry_notes.set_size_request(-1, 128)
(Probably there is a better way to have the same effect in a resolution/font independent way)
cheers :)
Jan