Skip to content
Snippets Groups Projects
Commit 23e0f20d authored by inso's avatar inso
Browse files

Fix missing text in identities tab

parent afa450bc
Branches
Tags
No related merge requests found
...@@ -292,6 +292,7 @@ class IdentitiesTabWidget(QWidget, Ui_IdentitiesTab): ...@@ -292,6 +292,7 @@ class IdentitiesTabWidget(QWidget, Ui_IdentitiesTab):
def retranslateUi(self, widget): def retranslateUi(self, widget):
self.members_action.setText(self.tr(IdentitiesTabWidget._members_action_text)) self.members_action.setText(self.tr(IdentitiesTabWidget._members_action_text))
self.direct_connections.setText(self.tr(IdentitiesTabWidget._direct_connections_text)) self.direct_connections.setText(self.tr(IdentitiesTabWidget._direct_connections_text))
super().retranslateUi(self)
def resizeEvent(self, event): def resizeEvent(self, event):
self.busy.resize(event.size()) self.busy.resize(event.size())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment