Skip to content

Commit af8ad5c

Browse files
committed
fix: removing widthHint as we not changing text anymore
1 parent ae72791 commit af8ad5c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bundles/com.espressif.idf.ui/src/com/espressif/idf/ui/tools/manager/pages/ESPIDFMainTablePage.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,6 @@ private Button createActionButton(Composite parent, String text, String tooltip)
219219
btn.setText(text);
220220
btn.setToolTipText(tooltip);
221221
var gd = new GridData(SWT.FILL, SWT.CENTER, true, false);
222-
gd.widthHint = 160;
223222
btn.setLayoutData(gd);
224223
return btn;
225224
}

0 commit comments

Comments
 (0)