Changeset 32948
- Timestamp:
- 02/12/15 19:32:56 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/filelist.h
r32387 r32948 419 419 child->prozwidth = 1; 420 420 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; 422 424 } 423 425 else … … 659 661 child->prozwidth = 1; 660 662 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; 662 666 } 663 667 else
Note: See TracChangeset
for help on using the changeset viewer.