Why does my Perl/Tk button widget size vary with different xterm clients?
Posted
by Manu
on Stack Overflow
See other posts from Stack Overflow
or by Manu
Published on 2010-03-26T05:09:23Z
Indexed on
2010/03/26
16:53 UTC
Read the original article
Hit count: 490
I have a Perl/Tk script in which I am creating a button widget of height 1. Now when I execute script through Citrix xterm client I get button displayed. Again when I execute script now through xterm client in my PC size of button widget differs. Can someone explain why is this happening, and what should I do so that size of button widget remains constant with different xterm clients?
© Stack Overflow or respective owner