Home
last modified time | relevance | path

Searched refs:rightAspectForm (Results 1 – 1 of 1) sorted by relevance

/dports/games/retroarch/RetroArch-1.9.7/ui/drivers/qt/
H A Dqt_options.cpp1359 FormLayout *rightAspectForm = new FormLayout; in AspectRatioGroup() local
1365 rightAspectForm->addRow("Y Pos.:", new UIntSpinBox(MENU_ENUM_LABEL_VIDEO_VIEWPORT_CUSTOM_Y)); in AspectRatioGroup()
1366rightAspectForm->addRow("Height:", new UIntSpinBox(MENU_ENUM_LABEL_VIDEO_VIEWPORT_CUSTOM_HEIGHT)); in AspectRatioGroup()
1369 aspectLayout->addLayout(rightAspectForm); in AspectRatioGroup()