[arch] improvement -> increasing PKGBUILD editing dialog dimensions

This commit is contained in:
Vinicius Moreira
2020-08-20 12:04:49 -03:00
parent 92384875cd
commit 4544a46421
3 changed files with 17 additions and 2 deletions

View File

@@ -1596,7 +1596,8 @@ class ArchManager(SoftwareManager):
with open(pkgbuild_path) as f:
pkgbuild = f.read()
pkgbuild_input = TextInputComponent(label='', value=pkgbuild, type_=TextInputType.MULTIPLE_LINES)
pkgbuild_input = TextInputComponent(label='', value=pkgbuild, type_=TextInputType.MULTIPLE_LINES,
min_width=500, min_height=350)
watcher.request_confirmation(title='PKGBUILD ({})'.format(pkgname),
body='',