From 95c93e59a74d6d5c24253aab25e63864fcd5fe29 Mon Sep 17 00:00:00 2001 From: Anthony Thibault Date: Mon, 31 Dec 2018 09:23:33 -0800 Subject: [PATCH] Make the Out of Range Strategy drop down wider So the "DropAfterDelay" item is not cut off on the Settings > Controlls > Calibration screen. --- interface/resources/qml/hifi/tablet/OpenVrConfiguration.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/resources/qml/hifi/tablet/OpenVrConfiguration.qml b/interface/resources/qml/hifi/tablet/OpenVrConfiguration.qml index b7d01a62e0..a2104826c3 100644 --- a/interface/resources/qml/hifi/tablet/OpenVrConfiguration.qml +++ b/interface/resources/qml/hifi/tablet/OpenVrConfiguration.qml @@ -869,7 +869,7 @@ Flickable { id: outOfRangeDataStrategyComboBox height: 25 - width: 100 + width: 150 editable: true colorScheme: hifi.colorSchemes.dark