SPARK-1522: Configure room button to be displayed only if the user a room owner

also dialog window is resized to 230 as part of ticket 1521

git-svn-id: http://svn.igniterealtime.org/svn/repos/spark/trunk@13606 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
mirceac
2013-04-12 13:57:45 +00:00
parent 4aaeaa114b
commit 1a05408f73
3 changed files with 18 additions and 5 deletions

View File

@ -880,7 +880,7 @@ public class LoginDialog {
public Dimension getPreferredSize() {
final Dimension dim = super.getPreferredSize();
dim.height = 250;
dim.height = 230;
return dim;
}