chernikoff / eggwm

Automatically exported from code.google.com/p/eggwm
0 stars 0 forks source link

window title can overflow into another GUI widgets if it's too long. #10

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
If there is a small window opened (eg. Skype, or any other instant messaging 
app) it's window title ("mynickname - Skype (TM) (Beta)") can flow into 
maximize/minimize/close buttons etc.

It would be great if it can show only text which can fit the space.

Unfortunately the full title name has to be kept for X too (for eg. panel's 
tooltips or application switcher)

Hints:
compare width of the title QLabel with QFontMetrics::boundingRect(titletext)...

Original issue reported on code.google.com by yarpe...@gmail.com on 31 Jan 2011 at 2:30

Attachments:

GoogleCodeExporter commented 8 years ago
Thanks for report! And for the snipped, I'll implement this ;)

Original comment by jose.exposito89@gmail.com on 31 Jan 2011 at 9:39

GoogleCodeExporter commented 8 years ago

Original comment by jose.exposito89@gmail.com on 10 Feb 2011 at 6:34

GoogleCodeExporter commented 8 years ago
Fixed! I will add to svn when I change the theme, and probably I will release a 
0.2 version with this issues and deb/rpm packages ;)

Original comment by jose.exposito89@gmail.com on 11 Feb 2011 at 12:52

Attachments: