Fix some change pass GUI
This commit is contained in:
@@ -40,13 +40,13 @@ function initChangePasswordGUI() {
|
|||||||
passwordChange.window.titleBarHeight = 0;
|
passwordChange.window.titleBarHeight = 0;
|
||||||
passwordChange.window.titleBarShown = false;
|
passwordChange.window.titleBarShown = false;
|
||||||
|
|
||||||
passwordChange.window.image(85, -10, 140, 140, mainLogoPath, {
|
passwordChange.window.image(100, 20, 75, 75, mainLogoPath, {
|
||||||
focused: {
|
focused: {
|
||||||
borderColour: toColour(0, 0, 0, 0),
|
borderColour: toColour(0, 0, 0, 0),
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
passwordChange.messageLabel = passwordChange.window.text(20, 75, 260, 20, 'Enter a new password', {
|
passwordChange.messageLabel = passwordChange.window.text(20, 95, 260, 20, 'Enter a new password', {
|
||||||
main: {
|
main: {
|
||||||
textSize: 10.0,
|
textSize: 10.0,
|
||||||
textAlign: 0.5,
|
textAlign: 0.5,
|
||||||
|
|||||||
Reference in New Issue
Block a user