Skip to content

Commit 3fca65d

Browse files
add border back to AzureTextInput
1 parent 650711f commit 3fca65d

File tree

1 file changed

+1
-1
lines changed
  • PluginsAndFeatures/azure-toolkit-for-eclipse/com.microsoft.azuretools.core/src/com/microsoft/azure/toolkit/eclipse/common/component

1 file changed

+1
-1
lines changed

PluginsAndFeatures/azure-toolkit-for-eclipse/com.microsoft.azuretools.core/src/com/microsoft/azure/toolkit/eclipse/common/component/AzureTextInput.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public AzureTextInput(Composite parent, int style) {
2929
}
3030

3131
public AzureTextInput(Composite parent) {
32-
this(parent, SWT.NONE);
32+
this(parent, SWT.BORDER);
3333
}
3434

3535
@Override

0 commit comments

Comments
 (0)