mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-11-04 08:08:55 +01:00 
			
		
		
		
	Fix cut off labels in reader sheet toggles
This commit is contained in:
		@@ -45,7 +45,7 @@ fun OrientationModeSelectDialog(
 | 
			
		||||
                        },
 | 
			
		||||
                        modifier = Modifier.fillMaxWidth(),
 | 
			
		||||
                        imageVector = ImageVector.vectorResource(mode.iconRes),
 | 
			
		||||
                        label = stringResource(stringRes),
 | 
			
		||||
                        title = stringResource(stringRes),
 | 
			
		||||
                    )
 | 
			
		||||
                }
 | 
			
		||||
            }
 | 
			
		||||
 
 | 
			
		||||
@@ -46,7 +46,7 @@ fun ReadingModeSelectDialog(
 | 
			
		||||
                        },
 | 
			
		||||
                        modifier = Modifier.fillMaxWidth(),
 | 
			
		||||
                        imageVector = ImageVector.vectorResource(mode.iconRes),
 | 
			
		||||
                        label = stringResource(stringRes),
 | 
			
		||||
                        title = stringResource(stringRes),
 | 
			
		||||
                    )
 | 
			
		||||
                }
 | 
			
		||||
            }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user