installer: Increase height of RAID confirmation window

This commit is contained in:
Michael Tremer
2014-07-27 19:12:25 +02:00
parent 7f69d8a417
commit 5b80a54582

View File

@@ -380,7 +380,7 @@ int main(int argc, char *argv[]) {
} else if (num_selected_disks == 2) {
snprintf(message, sizeof(message), ctr[TR_RAID_SETUP_DESC],
(*selected_disks)->description, (*selected_disks + 1)->description);
rc = newtWinOkCancel(ctr[TR_RAID_SETUP], message, 50, 10,
rc = newtWinOkCancel(ctr[TR_RAID_SETUP], message, 50, 14,
ctr[TR_DELETE_ALL_DATA], ctr[TR_CANCEL]);
if (rc == 0) {