Skip to content

Commit 9392e47

Browse files
committed
Increase width of Update Default Password dialog box
1 parent 1292ac7 commit 9392e47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

module/user/UpdateDefaultPasswordDialog.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ import com.vaticle.typedb.studio.service.common.util.Sentence.UPDATE_DEFAULT_PAS
3636
object UpdateDefaultPasswordDialog {
3737

3838
private val WIDTH = 500.dp
39-
private val HEIGHT = 225.dp
39+
private val HEIGHT = 300.dp
4040

4141
private val state by mutableStateOf(UpdateDefaultPasswordForm())
4242

0 commit comments

Comments
 (0)