Increased width of selected day details grid
FEA: ItEr75S04BugFixing
This commit is contained in:
parent
32ddb9a22b
commit
0d4ee5804b
1 changed files with 2 additions and 2 deletions
|
|
@ -83,7 +83,7 @@
|
|||
</attribute>
|
||||
</calendar>
|
||||
|
||||
<grid width="160px" sclass="day-details">
|
||||
<grid width="180px" sclass="day-details">
|
||||
<auxhead>
|
||||
<auxheader colspan="2" label="${i18n:_('Day properties')}" />
|
||||
</auxhead>
|
||||
|
|
@ -94,7 +94,7 @@
|
|||
<rows>
|
||||
<row>
|
||||
<label value="${i18n:_('Day')}" />
|
||||
<datebox disabled="true"
|
||||
<datebox disabled="true" buttonVisible="false"
|
||||
value="@{calendarController.editionController.selectedDay}" />
|
||||
</row>
|
||||
<row>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue