VirtualBox

Ignore:
Timestamp:
Jul 14, 2017 12:53:12 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
116966
Message:

FE/Qt: bugref:8400: Virtual Media Manager: Small layout fix for medium size editor.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIMediumSizeEditor.cpp

    r67931 r67964  
    131131
    132132            /* Add into layout: */
    133             pLayout->addWidget(m_pSlider, 0, 0, 1, 2);
     133            pLayout->addWidget(m_pSlider, 0, 0, 1, 2, Qt::AlignTop);
    134134        }
    135135
     
    169169
    170170            /* Add into layout: */
    171             pLayout->addWidget(m_pEditor, 0, 2);
     171            pLayout->addWidget(m_pEditor, 0, 2, Qt::AlignTop);
    172172        }
    173173    }
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette