[window] resizing combos after a selection

This commit is contained in:
Vinicius Moreira
2019-10-15 17:18:08 -03:00
parent 27e44509cf
commit 00b21d88aa

View File

@@ -388,10 +388,12 @@ class ManageWindow(QWidget):
def _handle_type_filter(self, idx: int):
self.type_filter = self.combo_filter_type.itemData(idx)
self.combo_filter_type.adjustSize()
self.apply_filters_async()
def _handle_category_filter(self, idx: int):
self.category_filter = self.combo_categories.itemData(idx)
self.combo_categories.adjustSize()
self.apply_filters_async()
def _notify_model_data_change(self):