PythonWin line spacing

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • tkpmep@hotmail.com

    #1

    PythonWin line spacing

    I've just downloaded and installed ActivePython and am trying to
    customize the PythonWin editor. Its line spacing seems to default to 2,
    and consequently, I cannot see many lines of code on a screen. How do I
    set the line spacing to 1?

    Thomas Philips

  • Neil Hodgson

    #2
    Re: PythonWin line spacing

    Thomas Philips:
    [color=blue]
    > I've just downloaded and installed ActivePython and am trying to
    > customize the PythonWin editor. Its line spacing seems to default to 2,
    > and consequently, I cannot see many lines of code on a screen. How do I
    > set the line spacing to 1?[/color]

    I presume you are talking about the Interactive Window which is
    spread out a bit. The line height is determined by the tallest font
    possible in the window. You could go looking through the code to find
    all the styles set up for that window. Selecting View | Fixed Font
    *twice* does tighten up the text.

    Neil

    Comment

    Working...