Changeset 60802 in vbox
- Timestamp:
- May 3, 2016 1:18:23 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 107004
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsDisplay.cpp
r60768 r60802 862 862 m_pComboVideoCaptureSize->addItem("1920 x 1200 (16:10)", QSize(1920, 1200)); 863 863 m_pComboVideoCaptureSize->addItem("1920 x 1440 (4:3)", QSize(1920, 1440)); 864 m_pComboVideoCaptureSize->addItem("2880 x 1800 (16:10)", QSize(2880, 1800)); 864 865 connect(m_pComboVideoCaptureSize, SIGNAL(currentIndexChanged(int)), this, SLOT(sltHandleVideoCaptureFrameSizeComboboxChange())); 865 866 … … 868 869 vboxGlobal().setMinimumWidthAccordingSymbolCount(m_pEditorVideoCaptureHeight, 5); 869 870 m_pEditorVideoCaptureWidth->setMinimum(16); 870 m_pEditorVideoCaptureWidth->setMaximum( 1920);871 m_pEditorVideoCaptureWidth->setMaximum(2880); 871 872 m_pEditorVideoCaptureHeight->setMinimum(16); 872 m_pEditorVideoCaptureHeight->setMaximum(1 440);873 m_pEditorVideoCaptureHeight->setMaximum(1800); 873 874 connect(m_pEditorVideoCaptureWidth, SIGNAL(valueChanged(int)), this, SLOT(sltHandleVideoCaptureFrameWidthEditorChange())); 874 875 connect(m_pEditorVideoCaptureHeight, SIGNAL(valueChanged(int)), this, SLOT(sltHandleVideoCaptureFrameHeightEditorChange()));
Note:
See TracChangeset
for help on using the changeset viewer.