mirror of
https://github.com/igniterealtime/Spark.git
synced 2025-12-01 12:27:58 +00:00
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:
@ -880,7 +880,7 @@ public class LoginDialog {
|
||||
|
||||
public Dimension getPreferredSize() {
|
||||
final Dimension dim = super.getPreferredSize();
|
||||
dim.height = 250;
|
||||
dim.height = 230;
|
||||
return dim;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user