Ignore:
Timestamp:
May 16, 2014, 9:51:55 AM (11 years ago)
Author:
Silvan Scherrer
Message:

SMPlayer: update trunk to latest 0.8.7

Location:
smplayer/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • smplayer/trunk

  • smplayer/trunk/src/actionseditor.cpp

    r142 r165  
    11/*  smplayer, GUI front-end for mplayer.
    2     Copyright (C) 2006-2013 Ricardo Villalba <rvm@users.sourceforge.net>
     2    Copyright (C) 2006-2014 Ricardo Villalba <rvm@users.sourceforge.net>
    33
    44    This program is free software; you can redistribute it and/or modify
     
    151151        actionsTable->verticalHeader()->hide();
    152152
     153#if QT_VERSION >= 0x050000
     154        actionsTable->horizontalHeader()->setSectionResizeMode(COL_DESC, QHeaderView::Stretch);
     155        actionsTable->horizontalHeader()->setSectionResizeMode(COL_NAME, QHeaderView::Stretch);
     156#else
    153157        actionsTable->horizontalHeader()->setResizeMode(COL_DESC, QHeaderView::Stretch);
    154158        actionsTable->horizontalHeader()->setResizeMode(COL_NAME, QHeaderView::Stretch);
     159#endif
    155160
    156161        actionsTable->setAlternatingRowColors(true);
Note: See TracChangeset for help on using the changeset viewer.