训练图片管理面板,右侧统计从前十限制改为全部,并且支持点击直接显示。
This commit is contained in:
@@ -96,6 +96,7 @@ class DataManagementApp:
|
||||
on_download_history_callback=self._on_download_history,
|
||||
on_export_callback=self._on_export,
|
||||
on_settings_callback=self._on_settings,
|
||||
on_item_click_callback=lambda name: self.filter_panel.set_goods_name_and_query(name),
|
||||
width=RIGHT_PANEL_WIDTH
|
||||
)
|
||||
self.statistics_panel.pack(side="right", fill="y", padx=(5, 0))
|
||||
|
||||
Reference in New Issue
Block a user