[FL-1435] correct text position for "Successfully written" msg #600
Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
		
							parent
							
								
									d25dabe025
								
							
						
					
					
						commit
						413e3d5013
					
				@ -11,7 +11,7 @@ void iButtonSceneWriteSuccess::on_enter(iButtonApp* app) {
 | 
				
			|||||||
    auto callback = cbc::obtain_connector(this, &iButtonSceneWriteSuccess::popup_callback);
 | 
					    auto callback = cbc::obtain_connector(this, &iButtonSceneWriteSuccess::popup_callback);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    popup_set_icon(popup, 0, 12, &I_iButtonDolphinVerySuccess_108x52);
 | 
					    popup_set_icon(popup, 0, 12, &I_iButtonDolphinVerySuccess_108x52);
 | 
				
			||||||
    popup_set_text(popup, "Successfully written!", 44, 14, AlignLeft, AlignBottom);
 | 
					    popup_set_text(popup, "Successfully written!", 40, 12, AlignLeft, AlignBottom);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    popup_set_callback(popup, callback);
 | 
					    popup_set_callback(popup, callback);
 | 
				
			||||||
    popup_set_context(popup, app);
 | 
					    popup_set_context(popup, app);
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user