installer: Improve layout of the partitioning page.
Previously the "listbox" would be unnecessarily high, leaving too little space for the German translation of the text above. * gnu/installer/newt/partition.scm (run-disk-page): Increase #:info-textbox-width and pass #:listbox-height.
This commit is contained in:
		
							parent
							
								
									113bc08172
								
							
						
					
					
						commit
						ed5a5d38cf
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		|  | @ -673,7 +673,8 @@ by pressing the Exit button.~%~%"))) | |||
|           #:title (if guided? | ||||
|                       (G_ "Guided partitioning") | ||||
|                       (G_ "Manual partitioning")) | ||||
|           #:info-textbox-width 70 | ||||
|           #:info-textbox-width 76         ;we need a lot of room for INFO-TEXT | ||||
|           #:listbox-height 12 | ||||
|           #:listbox-items (disk-items) | ||||
|           #:listbox-item->text cdr | ||||
|           #:sort-listbox-items? #f | ||||
|  |  | |||
		Reference in a new issue