Fixed 'window size not adapting to large text'
This commit is contained in:
		
							parent
							
								
									3da5207f53
								
							
						
					
					
						commit
						70e4d8f407
					
				| @ -431,7 +431,9 @@ class available_model(Gtk.ListBoxRow): | |||||||
|             label="<b>{}</b> <small>by {}</small>".format(self.model_title, self.model_author), |             label="<b>{}</b> <small>by {}</small>".format(self.model_title, self.model_author), | ||||||
|             hexpand=True, |             hexpand=True, | ||||||
|             halign=1, |             halign=1, | ||||||
|             use_markup=True |             use_markup=True, | ||||||
|  |             wrap=True, | ||||||
|  |             wrap_mode=0 | ||||||
|         ) |         ) | ||||||
|         description_label = Gtk.Label( |         description_label = Gtk.Label( | ||||||
|             css_classes=["subtitle"], |             css_classes=["subtitle"], | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user