Skip to content

Commit d952984

Browse files
authored
fix: Remove fixed width setting for dropdown popup shell (#1612)
1 parent bfc9fe1 commit d952984

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • com.microsoft.copilot.eclipse.ui/src/com/microsoft/copilot/eclipse/ui/swt

com.microsoft.copilot.eclipse.ui/src/com/microsoft/copilot/eclipse/ui/swt/DropdownPopup.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,6 @@ void open(Point location, List<DropdownItemGroup> groups, String selectedItemId,
215215
});
216216

217217
shell.pack();
218-
shell.setSize(SHORT_POPUP_WIDTH, shell.getSize().y);
219218
constrainHeightIfNeeded();
220219
adjustBounds(location, anchorHeight);
221220
scrollToFocusedItem();

0 commit comments

Comments
 (0)