wilian 2016-08-04 13:39:41 +00:00
parent e7c69b1ee0
commit 7018060e4c
3 changed files with 6 additions and 6 deletions

View File

@ -8,7 +8,7 @@
<window id="winEditarCorridaAsiento" border="normal"
apply="${editarCorridaAsientoController}"
width="990px" height="640px" contentStyle="overflow:auto"
width="1100px" height="640px" contentStyle="overflow:auto"
title="${c:l('editarConfiguracionCorridaController.window.title')}"
xmlns:h="http://www.w3.org/1999/xhtml">
@ -365,8 +365,8 @@
<h:center>
<h:table id="tab_barco" width="990" border="0" cellpadding="0" cellspacing="2" background="gui/img/background_barco.png">
<h:tr>
<h:td height="385">
<h:table width="75%" height="80%" border="0" align="right" cellpadding="0" cellspacing="0" id="tab_poltronas_barco">
<h:td height="375">
<h:table width="88%" height="80%" border="0" align="right" cellpadding="0" cellspacing="0" id="tab_poltronas_barco">
<h:tr>
<h:td>
<hbox forEach="${winEditarCorridaAsiento$composer.layout}" spacing="0">

View File

@ -381,10 +381,10 @@
<tabpanels>
<tabpanel>
<h:center>
<h:table id="tab_barco" width="1100" border="0" cellpadding="0" cellspacing="2" background="gui/img/background_barco.png">
<h:table id="tab_barco" width="990" border="0" cellpadding="0" cellspacing="2" background="gui/img/background_barco.png">
<h:tr>
<h:td height="385">
<h:table width="81%" height="80%" border="0" align="right" cellpadding="0" cellspacing="0" id="tab_poltronas_barco">
<h:td height="375">
<h:table width="88%" height="80%" border="0" align="right" cellpadding="0" cellspacing="0" id="tab_poltronas_barco">
<h:tr>
<h:td>
<hbox forEach="${winEditarDiagramaAutobus$composer.layout}" spacing="0">

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 30 KiB