Ignore:
Timestamp:
Oct 24, 2012, 7:56:20 PM (13 years ago)
Author:
Silvan Scherrer
Message:

SMplayer: update vendor to 0.8.1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • smplayer/vendor/current/src/defaultgui.cpp

    r127 r133  
    440440
    441441        time_display = new QLabel( statusBar() );
     442
    442443        time_display->setAlignment(Qt::AlignRight);
    443444        time_display->setFrameShape(QFrame::NoFrame);
     
    446447
    447448        frame_display = new QLabel( statusBar() );
     449
    448450        frame_display->setAlignment(Qt::AlignRight);
    449451        frame_display->setFrameShape(QFrame::NoFrame);
     
    452454
    453455        ab_section_display = new QLabel( statusBar() );
     456
    454457        ab_section_display->setAlignment(Qt::AlignRight);
    455458        ab_section_display->setFrameShape(QFrame::NoFrame);
     
    458461
    459462        video_info_display = new QLabel( statusBar() );
     463
    460464        video_info_display->setAlignment(Qt::AlignRight);
    461465        video_info_display->setFrameShape(QFrame::NoFrame);
Note: See TracChangeset for help on using the changeset viewer.