mirror of
				https://github.com/OpenMW/openmw.git
				synced 2025-11-04 05:26:39 +00:00 
			
		
		
		
	Commented out "proxy selection test" demo page in user settings
This commit is contained in:
		
							parent
							
								
									35d1502308
								
							
						
					
					
						commit
						0a3ab3dcd1
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
					@ -127,7 +127,7 @@ void CSMSettings::UserSettings::buildSettingModelDefaults()
 | 
				
			||||||
        * proxy slave settings, but must match any declared values the proxy
 | 
					        * proxy slave settings, but must match any declared values the proxy
 | 
				
			||||||
        * slave has, if any.
 | 
					        * slave has, if any.
 | 
				
			||||||
        *******************************************************************/
 | 
					        *******************************************************************/
 | 
				
			||||||
 | 
					/*
 | 
				
			||||||
        //create setting objects, specifying the basic widget type,
 | 
					        //create setting objects, specifying the basic widget type,
 | 
				
			||||||
        //the page name, and the view name
 | 
					        //the page name, and the view name
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -240,6 +240,7 @@ void CSMSettings::UserSettings::buildSettingModelDefaults()
 | 
				
			||||||
        slaveDoubleSpinbox->setDefaultValue ("0.51");
 | 
					        slaveDoubleSpinbox->setDefaultValue ("0.51");
 | 
				
			||||||
        slaveDoubleSpinbox->setSingleStep(0.17);
 | 
					        slaveDoubleSpinbox->setSingleStep(0.17);
 | 
				
			||||||
        slaveDoubleSpinbox->setMaximum(4.0);
 | 
					        slaveDoubleSpinbox->setMaximum(4.0);
 | 
				
			||||||
 | 
					*/
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue