Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fc6397b

Browse files
Merge pull request SmartBear#279 from DonnyDepp/Decent_Borders
Decent Borders Native Look And Feel
2 parents 6f1816c + 532dc6a commit fc6397b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

soapui/src/main/java/com/eviware/soapui/ui/desktop/standalone/StandaloneDesktop.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ private JInternalFrame createContentFrame(DesktopPanel desktopPanel) {
247247
frame.setBorder(BorderFactory.createCompoundBorder(BorderFactory.createRaisedBevelBorder(),
248248
BorderFactory.createEmptyBorder(4, 4, 4, 4)));
249249
} else if (!UISupport.isMac()) {
250-
frame.setBorder(BorderFactory.createLineBorder(Color.LIGHT_GRAY));
250+
frame.setBorder(BorderFactory.createLineBorder(Color.LIGHT_GRAY, 3));
251251
}
252252
return frame;
253253
}

0 commit comments

Comments
 (0)