Skip to content

Commit

Permalink
Show Stereoscopy Mode setting value as description
Browse files Browse the repository at this point in the history
  • Loading branch information
Ebola16 committed Aug 21, 2019
1 parent 92366ff commit 630de81
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -682,7 +682,7 @@ private void addStereoSettings(ArrayList<SettingsItem> sl)
Setting swapEyes = stereoScopySection.getSetting(SettingsFile.KEY_STEREO_SWAP); Setting swapEyes = stereoScopySection.getSetting(SettingsFile.KEY_STEREO_SWAP);


sl.add(new SingleChoiceSetting(SettingsFile.KEY_STEREO_MODE, Settings.SECTION_STEREOSCOPY, sl.add(new SingleChoiceSetting(SettingsFile.KEY_STEREO_MODE, Settings.SECTION_STEREOSCOPY,
R.string.stereoscopy_mode, R.string.stereoscopy_mode_description, R.string.stereoscopy_mode, 0,
R.array.stereoscopyEntries, R.array.stereoscopyValues, 0, stereoModeValue)); R.array.stereoscopyEntries, R.array.stereoscopyValues, 0, stereoModeValue));
sl.add(new SliderSetting(SettingsFile.KEY_STEREO_DEPTH, Settings.SECTION_STEREOSCOPY, sl.add(new SliderSetting(SettingsFile.KEY_STEREO_DEPTH, Settings.SECTION_STEREOSCOPY,
R.string.stereoscopy_depth, R.string.stereoscopy_depth_description, 100, "%", 20, R.string.stereoscopy_depth, R.string.stereoscopy_depth_description, 100, "%", 20,
Expand Down

0 comments on commit 630de81

Please sign in to comment.