Menu

#200 don't waste taskbar space if no icon

closed-fixed
None
6
2008-08-06
2008-05-03
No

I don't find it useful to have an icon for xterms (ie. for me, all windows with no icon are xterms) and want to maximise the space for the window title in the task bar button.
Also I adjusted the max width to squeeze in as many chars as possible.

Discussion

  • Laurence Darby

    Laurence Darby - 2008-05-03
     
  • Laurence Darby

    Laurence Darby - 2008-05-03

    Logged In: YES
    user_id=1380430
    Originator: YES

    text could overflow the edge of the button, this patch makes it a bit neater.
    File Added: no_icon_longer_title-2.patch

     
  • Marko Macek

    Marko Macek - 2008-08-06
    • priority: 5 --> 6
     
  • Marko Macek

    Marko Macek - 2008-08-06
    • assigned_to: nobody --> captnmark
    • status: open --> closed-fixed
     
  • Marko Macek

    Marko Macek - 2008-08-06

    Logged In: YES
    user_id=1814
    Originator: NO

    applied to icewm-1.2-mnt, with minor tweaks

     
  • Laurence Darby

    Laurence Darby - 2011-06-11

    This isn't working for me, it just needs this patch:
    --- icewm-1.3.7.orig/src/atasks.cc 2010-10-31 14:09:36.000000000 +0000
    +++ icewm-1.3.7/src/atasks.cc 2011-06-11 16:39:46.000000000 +0100
    @@ -232,7 +232,7 @@
    int iconSize = 0;
    int pad = 1;
    #ifndef LITE
    - if (taskBarShowWindowIcons && icon != null) {
    + if (taskBarShowWindowIcons && icon->getScaledIcon(YIcon::smallSize()) != null) {
    iconSize = YIcon::smallSize();
    pad = 3;
    }

     

Log in to post a comment.