Merge pull request #1938 from j-arnott/patch-1

Update plannerLayout.zul
This commit is contained in:
Jeroen Baten 2021-09-30 16:58:48 +02:00 committed by GitHub
commit 8edbc92e45
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -51,9 +51,10 @@
<!-- Visualization modes --> <!-- Visualization modes -->
<space bar="true" /> <space bar="true" />
<label>${ganttzk_i18n:_('Zoom')}:</label> <listbox id="listZoomLevels" mold="select" rows="1"
<listbox id="listZoomLevels" mold="select" rows="1" model="${planner.zoomLevels}"> model="${planner.zoomLevels}"
</listbox> onSelect="planner.setZoomLevel(self.selectedItem.value,1);" />
<!-- Progress type --> <!-- Progress type -->