Home
last modified time | relevance | path

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

/dports/games/retroarch/RetroArch-1.9.7/ui/drivers/qt/
H A Dqt_options.cpp1358 FormLayout *leftAspectForm = new FormLayout; in AspectRatioGroup() local
1363 leftAspectForm->addRow("X Pos.:", new UIntSpinBox(MENU_ENUM_LABEL_VIDEO_VIEWPORT_CUSTOM_X)); in AspectRatioGroup()
1364 leftAspectForm->addRow("Width:", new UIntSpinBox(MENU_ENUM_LABEL_VIDEO_VIEWPORT_CUSTOM_WIDTH)); in AspectRatioGroup()
1368 aspectLayout->addLayout(leftAspectForm); in AspectRatioGroup()