Wider dialog
This commit is contained in:
parent
0e1bc94216
commit
24ca9594a5
|
@ -86,7 +86,7 @@ function set_main_repo {
|
|||
data=$(tempfile 2>/dev/null)
|
||||
dialog --backtitle $"Freedombone Control Panel" \
|
||||
--title $"Main Repository" \
|
||||
--inputbox $"Set the main repository:" 8 40 "$PROJECT_REPO" 2>data
|
||||
--inputbox $"Set the main repository:" 8 70 "$PROJECT_REPO" 2>data
|
||||
sel=$?
|
||||
case $sel in
|
||||
1) return;;
|
||||
|
|
Loading…
Reference in New Issue