1
0
mirror of synced 2025-02-15 18:02:39 +01:00

tui: fix minor alignment issue

This commit is contained in:
Kevin Trocolli 2024-12-19 00:21:39 -05:00
parent e8cd6e9596
commit f830764990

2
tui.py
View File

@ -332,7 +332,7 @@ class SearchResultsView(Frame):
self.add_layout(layout)
opts = []
if state.search_type == "user":
layout.add_widget(Label(" ID | Username | Role | Email"))
layout.add_widget(Label(" ID | Username | Role | Email"))
layout.add_widget(Divider())
for usr in state.search_results: