mirror of
https://github.com/gryf/wicd.git
synced 2025-12-21 05:18:02 +01:00
wicd-curses: fix the "About" window
The height was not enough to show all authors (David Paleino was missing). I removed the (invisible) horizontal line as well for asthetic reasons.
This commit is contained in:
@@ -219,9 +219,8 @@ def about_dialog(body):
|
|||||||
('green', " \\\\\\"), " |+| ", ('green', "///"), " Adam Blackburn\n",
|
('green', " \\\\\\"), " |+| ", ('green', "///"), " Adam Blackburn\n",
|
||||||
" ___|+|___ Dan O'Reilly\n",
|
" ___|+|___ Dan O'Reilly\n",
|
||||||
" ____|+|____ Andrew Psaltis\n",
|
" ____|+|____ Andrew Psaltis\n",
|
||||||
" |-----------| David Paleino\n",
|
" |-----------| David Paleino\n"]
|
||||||
"-----------------------------------------------------"]
|
about = TextDialog(theText, 17, 55, header=('header', _('About Wicd')))
|
||||||
about = TextDialog(theText, 16, 55, header=('header', _('About Wicd')))
|
|
||||||
about.run(ui, body)
|
about.run(ui, body)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user