mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2025-07-27 11:19:53 +02:00
fix: bugs on new GUI API
All checks were successful
gitea-sync/antosdk-apps/pipeline/head This commit looks good
All checks were successful
gitea-sync/antosdk-apps/pipeline/head This commit looks good
This commit is contained in:
@ -143,6 +143,12 @@ class ShowCase extends this.OS.application.BaseApplication
|
||||
{ text: "Multi-input dialog", id: "minputs" },
|
||||
{ text: "Multi key value dialog", id: "mkv" }
|
||||
]
|
||||
@morphon Ant.OS.GUI.RESPONSIVE.MEDIUM, (fulfilled) =>
|
||||
if fulfilled
|
||||
this.find("tabctn").dir = "row"
|
||||
else
|
||||
this.find("tabctn").dir = "column"
|
||||
|
||||
|
||||
btrun.onbtclick = (e) =>
|
||||
item = dllist.selectedItem
|
||||
|
Reference in New Issue
Block a user