• Can I have a thinner menu line?

    From Luc@21:1/5 to All on Tue Oct 4 18:04:11 2022
    I am building this application that uses just Tcl, Tk and Tile.
    All fine and dandy, but I am a little bit annoyed by this thick menu line.

    It's not a matter of font size, it's about line height.

    I uploaded a screenshot here: https://a.pomf.cat/wmfuvf.png

    I've compared it to many other non-Tk applications and I do feel that
    Tk (or Tile?) has a slightly thicker menu line, with too much room above
    and below the text.

    Is there any way I can change that, short of hacking source code?

    TIA

    --
    Luc


    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Gerald Lester@21:1/5 to Luc on Wed Oct 5 08:36:23 2022
    On 10/4/22 16:04, Luc wrote:
    I am building this application that uses just Tcl, Tk and Tile.
    All fine and dandy, but I am a little bit annoyed by this thick menu line.

    It's not a matter of font size, it's about line height.

    I uploaded a screenshot here: https://a.pomf.cat/wmfuvf.png

    I've compared it to many other non-Tk applications and I do feel that
    Tk (or Tile?) has a slightly thicker menu line, with too much room above
    and below the text.

    Is there any way I can change that, short of hacking source code?

    What platform are you on????


    --
    +----------------------------------------------------------------------+
    | Gerald W. Lester, President, KNG Consulting LLC |
    | Email: [email protected] | +----------------------------------------------------------------------+

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Luc@21:1/5 to Gerald Lester on Wed Oct 5 14:13:27 2022
    On Wed, 5 Oct 2022 08:36:23 -0500, Gerald Lester wrote:

    On 10/4/22 16:04, Luc wrote:
    I am building this application that uses just Tcl, Tk and Tile.
    All fine and dandy, but I am a little bit annoyed by this thick
    menu line.

    It's not a matter of font size, it's about line height.

    I uploaded a screenshot here: https://a.pomf.cat/wmfuvf.png

    I've compared it to many other non-Tk applications and I do feel
    that Tk (or Tile?) has a slightly thicker menu line, with too much
    room above and below the text.

    Is there any way I can change that, short of hacking source code?

    What platform are you on????


    I am on Linux.

    Did you see something in my screenshot that caused you great surprise?

    --
    Luc


    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Ian Gay@21:1/5 to Luc on Thu Oct 6 11:19:46 2022
    Luc wrote:

    On Wed, 5 Oct 2022 08:36:23 -0500, Gerald Lester wrote:

    On 10/4/22 16:04, Luc wrote:
    I am building this application that uses just Tcl, Tk and Tile.
    All fine and dandy, but I am a little bit annoyed by this thick
    menu line.

    It's not a matter of font size, it's about line height.

    I uploaded a screenshot here: https://a.pomf.cat/wmfuvf.png

    I've compared it to many other non-Tk applications and I do feel
    that Tk (or Tile?) has a slightly thicker menu line, with too much
    room above and below the text.

    Is there any way I can change that, short of hacking source code?

    What platform are you on????


    I am on Linux.

    Did you see something in my screenshot that caused you great surprise?


    You can gain a couple of pixels by setting -activeborderwidth 0 on the
    menu.

    --
    *********** To reply by e-mail, make w single in address **************

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)