| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1396,7 +1396,7 @@ def lsize(): | |||
| 1396 | 1396 | ||
| 1397 | 1397 | def size(self): | |
| 1398 | 1398 | """Set instance attributes for x and y top left corner coordinates | |
| 1399 | - and width and heigth for the window.""" | ||
| 1399 | + and width and height for the window.""" | ||
| 1400 | 1400 | global stdscr | |
| 1401 | 1401 | h, w = stdscr.getmaxyx() | |
| 1402 | 1402 | self.y = 0 | |
@@ -1566,7 +1566,7 @@ def __init__(self, scr, pwin, background, config, s=None, c=None): | |||
| 1566 | 1566 | ||
| 1567 | 1567 | def size(self): | |
| 1568 | 1568 | """Set instance attributes for x and y top left corner coordinates | |
| 1569 | - and width and heigth for the window.""" | ||
| 1569 | + and width and height for the window.""" | ||
| 1570 | 1570 | h, w = gethw() | |
| 1571 | 1571 | self.y = h - 1 | |
| 1572 | 1572 | self.w = w | |
| Back | FazBrowse Home | New Git URL |
0 commit comments