diff --git a/src/bin/launcher/ubixDesktop.cpp b/src/bin/launcher/ubixDesktop.cpp index 750516e..c9afad0 100644 --- a/src/bin/launcher/ubixDesktop.cpp +++ b/src/bin/launcher/ubixDesktop.cpp @@ -4,7 +4,7 @@ #include ubixDesktop::ubixDesktop(vContext * parent) : vContext(parent) { - vSetStyle("default.button.border.size", new sSize(2, 2, 2)); + vSetStyle("default.button.border.size", new sSize(2)); vSetStyle("default.font.filename", new sString("ROM8X14.DPF")); vSetStyle("default.font.color.foreground", new sRGBA8Color(255, 255, 255, 255));