Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add package and button to reset placed list to place list window #766

Conversation

frmdstryr
Copy link
Contributor

Screenshot_20240309_112934

@frmdstryr frmdstryr changed the title Add package and button to reset placed list to package window Add package and button to reset placed list to place list window Mar 9, 2024
@@ -44,6 +49,7 @@ PartsWindow::PartsWindow(const Board &brd) : Gtk::Window(), board(brd), state_st
tree_view->get_column(1)->set_sort_column(list_columns.qty);
tree_view->append_column("Value", list_columns.value);
tree_view->append_column("MPN", list_columns.MPN);
tree_view->append_column("Package", list_columns.package);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe use tree_view_append_column_ellipsis so that long package names get ellipsized.

@carrotIndustries carrotIndustries merged commit 8a262c9 into horizon-eda:master Mar 11, 2024
22 checks passed
@frmdstryr frmdstryr deleted the include-reset-button-and-package-in-parts-window branch March 11, 2024 21:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants