mirror of
				https://gitlab.com/famedly/fluffychat.git
				synced 2025-11-04 06:17:26 +01:00 
			
		
		
		
	feat: More finetuning for font sizes
This commit is contained in:
		
							parent
							
								
									1d16706ab3
								
							
						
					
					
						commit
						8f221f3ca2
					
				@ -105,7 +105,7 @@ class SettingsStyleView extends StatelessWidget {
 | 
			
		||||
            Slider(
 | 
			
		||||
              min: 0.5,
 | 
			
		||||
              max: 2.5,
 | 
			
		||||
              divisions: 4,
 | 
			
		||||
              divisions: 8,
 | 
			
		||||
              value: AppConfig.fontSizeFactor,
 | 
			
		||||
              semanticFormatterCallback: (d) => d.toString(),
 | 
			
		||||
              onChanged: controller.changeFontSizeFactor,
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user