diff --git a/application/res/layout/channeldialog.xml b/application/res/layout/channeldialog.xml
index e8c1151..11575e2 100644
--- a/application/res/layout/channeldialog.xml
+++ b/application/res/layout/channeldialog.xml
@@ -23,7 +23,7 @@ along with Yaaic. If not, see .
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
- android:padding="3px">
+ android:padding="5dp">
.
android:id="@+id/join"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:text="@string/join" />
+ android:text="@string/join"
+ android:minWidth="75dp" />
\ No newline at end of file