Diff
Differences From Artifact [eaca2a9f8d]:
- File channels/streamedit.py — part of check-in [99f122b391] at 2015-03-29 14:44:12 on branch trunk — Move search and streamedit dialogs into plugins. Less indentation. (user: mario, size: 1342) [annotate] [blame] [check-ins using]
To Artifact [24f4e6c91a]:
- File channels/streamedit.py — part of check-in [c02e9a3ec0] at 2015-04-24 21:54:58 on branch trunk — Add spacing for config dialog options (indented per plugin). Narrower labels, icons now show up. Undo newline-removal for Gtk3 tooltips (work with preformatted text instead). (user: mario, size: 1346) [annotate] [blame] [check-ins using]
20 21 22 23 24 25 26 | 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 | - + | # aux win: stream data editing dialog class streamedit (AuxiliaryWindow): # show stream data editing dialog def open(self, mw): self.main.configwin.load_config(self.main.row(), "streamedit_") |