[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [tor-messenger-build/master] Update registration form UI
commit e6b9533859e63fd47dcf89ca324c82f0e55b8d92
Author: Sukhbir Singh <sukhbir@xxxxxxxxxxxxxx>
Date: Wed Jul 15 04:58:43 2015 -0400
Update registration form UI
---
projects/instantbird/xmpp-inband-registration.patch | 2 +-
projects/instantbird/xmppRegister.js | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/projects/instantbird/xmpp-inband-registration.patch b/projects/instantbird/xmpp-inband-registration.patch
index f1b57ae..11f26ce 100644
--- a/projects/instantbird/xmpp-inband-registration.patch
+++ b/projects/instantbird/xmpp-inband-registration.patch
@@ -124,7 +124,7 @@ diff --git a/chat/protocols/xmpp/xmpp-session.jsm b/chat/protocols/xmpp/xmpp-ses
+ let ww = Cc["@mozilla.org/embedcomp/window-watcher;1"]
+ .getService(Ci.nsIWindowWatcher);
+ let win = ww.openWindow(null, registerWindow, "",
-+ "centerscreen,chrome,modal,resizable=yes,minimizable=no", registerStanza);
++ "centerscreen,chrome,modal,minimizable=no", registerStanza);
+ } else {
+ this.onError(null, _("connection.error.noRegistrationSupport"));
+ return;
diff --git a/projects/instantbird/xmppRegister.js b/projects/instantbird/xmppRegister.js
index 003c45b..3b43ffb 100644
--- a/projects/instantbird/xmppRegister.js
+++ b/projects/instantbird/xmppRegister.js
@@ -103,7 +103,7 @@ let registerAccount = {
this.rows.appendChild(ocrRow);
let ocrBox = document.createElement("hbox");
- ocrBox.setAttribute("align", "center");
+ ocrBox.setAttribute("flex", "1");
let spacer = document.createElement("spacer");
spacer.setAttribute("flex", "1");
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits