mirror of
https://github.com/openstf/stf
synced 2025-10-06 03:50:04 +02:00
Fix the device screen height filling the parent.
This commit is contained in:
parent
1cc88e4f42
commit
e2b59c0741
2 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@ div
|
|||
catch-all-keys(keys-down='keysDown($event)', keys-up='keysUp($event)')
|
||||
.remote-control
|
||||
//include control-screen
|
||||
div(ng-include='"control-panes/device-control/device-control.jade"')
|
||||
div(ng-include='"control-panes/device-control/device-control.jade"').fill-height
|
||||
|
||||
div(pane, pane-anchor='south', pane-size='30% + 2px', pane-handle='4').pane-bottom-p
|
||||
.widget-container.fluid-height
|
||||
|
|
|
@ -38,8 +38,8 @@
|
|||
i.fa.fa-times
|
||||
|
||||
.as-row.fill-height(ng-file-drop='controll.install($files)')
|
||||
div(ng-controller='DeviceScreenCtrl')
|
||||
device-screen(style='width: 400px; height: 600px; background: gray')
|
||||
div(ng-controller='DeviceScreenCtrl').fill-height
|
||||
device-screen(style='width: 100%; height: 100%; background: gray')
|
||||
|
||||
.stf-vnc-bottom.as-row
|
||||
.controls
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue