Improve calendar view.

This commit refs #27930
This commit is contained in:
Sergio Morillo 2023-11-20 19:39:33 +01:00
parent bd131d7823
commit df27857637
3 changed files with 11 additions and 10 deletions

View file

@ -13,11 +13,12 @@
<label name="city"/> <label name="city"/>
<field name="city"/> <field name="city"/>
<newline/> <newline/>
<label name="rest_days"/>
<field name="rest_days" yexpand="0"/>
<notebook> <notebook>
<page string="Days" id="days" col="2"> <page string="Days" id="days" col="4">
<field name="days"/> <group name="rest_days" yexpand="0" yfill="0" yalign="0">
<field name="rest_days" yexpand="0"/>
</group>
<field name="days" colspan="3"/>
</page> </page>
</notebook> </notebook>
</form> </form>

View file

@ -2,8 +2,8 @@
<!-- The COPYRIGHT file at the top level of this repository contains the full <!-- The COPYRIGHT file at the top level of this repository contains the full
copyright notices and license terms. --> copyright notices and license terms. -->
<tree> <tree>
<field name="name"/> <field name="name" expand="2"/>
<field name="year"/> <field name="year" expand="2"/>
<field name="subdivision"/> <field name="subdivision" expand="1"/>
<field name="city"/> <field name="city" expand="1"/>
</tree> </tree>

View file

@ -4,6 +4,6 @@
<tree editable="1"> <tree editable="1">
<field name="calendar"/> <field name="calendar"/>
<field name="date_"/> <field name="date_"/>
<field name="name"/> <field name="name" expand="1"/>
<field name="day_type"/> <field name="day_type" expand="2"/>
</tree> </tree>