Help text for align, fix off-by-one in tokenizer error output

This commit is contained in:
Darren Burns
2022-04-26 14:06:57 +01:00
parent 63ff9e9ad7
commit e2dafb523c
5 changed files with 42 additions and 9 deletions

View File

@@ -81,7 +81,6 @@ class BasicApp(App):
def action_toggle_border(self):
self.focused.styles.border = [("solid", "red"), ("dashed", "white")]
self.focused.styles.opacity = "x"
BasicApp.run(css_file="uber.css", log="textual.log", log_verbosity=1)