mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-10 02:55:55 +02:00
installer: Increase height of RAID confirmation window
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user