Index: tools/xtui.py
===================================================================
--- tools/xtui.py	(revision 27fb3d6f9efd0c4396c87c135ff58e0b7b2e6766)
+++ tools/xtui.py	(revision be8b5d6f4c9030b583eac0ddf3be2fb14374ac6a)
@@ -142,7 +142,12 @@
 		height = height_fix(screen, height)
 		
+		if (height > 3):
+			large = True
+		else:
+			large = False
+		
 		buttonbar = snack.ButtonBar(screen, ('Done', 'Cancel'))
 		textbox = snack.TextboxReflowed(width, text)
-		listbox = snack.Listbox(height, scroll = True, returnExit = 1)
+		listbox = snack.Listbox(height, scroll = large, returnExit = 1)
 		
 		cnt = 0
