Changeset 32948


Ignore:
Timestamp:
02/12/15 19:32:56 (8 years ago)
Author:
obi
Message:

fix filelist overlapping on date / size

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/filelist.h

    r32387 r32948  
    419419                                        child->prozwidth = 1;
    420420                                        child->height = node->fontsize + 2 + (node->bordersize * 2);
    421                                         child->textposx = node->textposx;                               
     421                                        child->textposx = node->textposx;
     422                                        if(view == 4) child->textposx2 = node->width - 160;
     423                                        if(view == 5) child->textposx2 = node->width - 250;
    422424                                }
    423425                                else
     
    659661                                                child->prozwidth = 1;
    660662                                                child->height = node->fontsize + 2 + (node->bordersize * 2);
    661                                                 child->textposx = node->textposx;                       
     663                                                child->textposx = node->textposx;
     664                                                if(view == 4) child->textposx2 = node->width - 160;
     665                                                if(view == 5) child->textposx2 = node->width - 250;
    662666                                        }
    663667                                        else
Note: See TracChangeset for help on using the changeset viewer.