You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by jo...@apache.org on 2022/05/06 15:43:34 UTC

[isis] branch master updated: ISIS-3044 set default height for RoDialogs to 50%

This is an automated email from the ASF dual-hosted git repository.

joergrade pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/master by this push:
     new a60e0f99b4 ISIS-3044 set default height for RoDialogs to 50%
a60e0f99b4 is described below

commit a60e0f99b44fa7f11f22fb63dbc542a3c2bf0939
Author: Jörg Rade <jo...@kuehne-nagel.com>
AuthorDate: Fri May 6 17:27:10 2022 +0200

    ISIS-3044 set default height for RoDialogs to 50%
---
 .../src/main/kotlin/org/apache/isis/client/kroviz/ui/core/RoDialog.kt   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/incubator/clients/kroviz/src/main/kotlin/org/apache/isis/client/kroviz/ui/core/RoDialog.kt b/incubator/clients/kroviz/src/main/kotlin/org/apache/isis/client/kroviz/ui/core/RoDialog.kt
index 584d87e92e..fd6a09423f 100644
--- a/incubator/clients/kroviz/src/main/kotlin/org/apache/isis/client/kroviz/ui/core/RoDialog.kt
+++ b/incubator/clients/kroviz/src/main/kotlin/org/apache/isis/client/kroviz/ui/core/RoDialog.kt
@@ -41,7 +41,7 @@ class RoDialog(
     val controller: Controller,
     defaultAction: String = "OK",
     widthPerc: Int = 30,
-    heightPerc: Int = 100,
+    heightPerc: Int = 50,
     menu: List<KvisionHtmlLink>? = null,
     customButtons: List<FormItem> = emptyList()
 ) :