##// END OF EJS Templates
more precise help in config
Matthias BUSSONNIER -
Show More
@@ -156,11 +156,13 b' class ConsoleWidget(LoggingConfigurable, QtGui.QWidget):'
156 """)
156 """)
157
157
158 width = Integer(81, config=True,
158 width = Integer(81, config=True,
159 help="""The width of the console at start time in number of caracters
159 help="""The width of the console at start time in number
160 of characters (will double with `hsplit` paging)
160 """)
161 """)
161
162
162 height = Integer(25, config=True,
163 height = Integer(25, config=True,
163 help="""The height of the console at start time in number of caracters
164 help="""The height of the console at start time in number
165 of characters (will double with `vsplit` paging)
164 """)
166 """)
165
167
166 # Whether to override ShortcutEvents for the keybindings defined by this
168 # Whether to override ShortcutEvents for the keybindings defined by this
General Comments 0
You need to be logged in to leave comments. Login now