Fix spinner UI

This commit is contained in:
huangyuhui
2017-06-11 13:11:44 +08:00
parent 5a6c64377a
commit fbeabfcad2
16 changed files with 43 additions and 13 deletions

View File

@@ -112,8 +112,6 @@ public class BESpinnerUI extends BasicSpinnerUI {
* @param type the type
*/
public GlyphButton(Component parent, Type type) {
// XPStyle xp = getXP();
// skin = xp.getSkin(parent, part);
this.type = type;
setBorder(null);
setContentAreaFilled(false);

Binary file not shown.

Before

Width:  |  Height:  |  Size: 503 B

After

Width:  |  Height:  |  Size: 295 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 322 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 366 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 309 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 315 B