Browse Source

ui tweaks

cl-refactor
arkpar 10 years ago
parent
commit
f9a83c11e4
  1. 1
      mix/qml/WebPreview.qml
  2. 2
      mix/qml/html/WebContainer.html

1
mix/qml/WebPreview.qml

@ -67,6 +67,7 @@ Item {
Connections {
target: codeModel
onContractInterfaceChanged: reload();
onRunCompleted: reload();
}
Connections {

2
mix/qml/html/WebContainer.html

@ -39,5 +39,5 @@ body {
</style>
</head>
<body><iframe src="" name="preview" id="preview" style="border: 0; width: 100%; height: 100%"></iframe></body>
<body><iframe src="" name="preview" id="preview" style="border: 0; position:absolute; top:0; left:0; right:0; bottom:0; width:100%; height:100%"></iframe></body>
</html>

Loading…
Cancel
Save