1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-06 12:00:08 +02:00

Fix the device screen height filling the parent.

This commit is contained in:
Gunther Brunner 2014-04-14 16:21:40 +09:00
parent 1cc88e4f42
commit e2b59c0741
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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