Changeset e2714b9c307270c8b87c03510bd6c31eaa82904d

Show
Ignore:
Timestamp:
03/14/08 00:16:23 (6 months ago)
Author:
Jean-Baptiste Kempf <jb@videolan.org>
git-committer:
Jean-Baptiste Kempf <jb@videolan.org> 1205450183 -0700
git-parent:

[2067e26ab4694f2562742b19cd8e93493274ba46]

git-author:
Jean-Baptiste Kempf <jb@videolan.org> 1205449000 -0700
Message:

Fix a layout issue, and adds space left of reset button.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/gui/qt4/dialogs/preferences.cpp

    re6ee642 re2714b9  
    8888    main_layout->addWidget( tree_panel, 0, 0, 3, 1 ); 
    8989    main_layout->addWidget( types, 3, 0, 2, 1 ); 
    90     main_layout->addWidget( main_panel, 0, 1, 4, 1 ); 
    91     main_layout->addWidget( buttonsBox, 4, 1, 1 ,2 ); 
     90    main_layout->addWidget( main_panel, 0, 1, 4, 2 ); 
     91    main_layout->addWidget( buttonsBox, 4, 2, 1 ,1 ); 
    9292 
    9393    main_layout->setColumnMinimumWidth( 0, 150 ); 
     94    main_layout->setColumnMinimumWidth( 1, 10 ); 
    9495    main_layout->setColumnStretch( 0, 1 ); 
    95     main_layout->setColumnStretch( 1, 3 ); 
     96    main_layout->setColumnStretch( 1, 0 ); 
     97    main_layout->setColumnStretch( 2, 3 ); 
    9698 
    9799    main_layout->setRowStretch( 2, 4 );