Uploaded image for project: 'ZK'
  1. ZK
  2. ZK-1526

layouts and containers should not take menupopup into account when computing padding

XMLWordPrintable

      The label inside second vlayout has an unnecessary padding.

      <zk>
      	<vlayout style="background:gray;">
      		<label style="background:cyan;" value="no bottom padding" />
      	</vlayout>
      	<vlayout style="background:gray;">
      		<label style="background:cyan;" value="bottom padding due to menupopup" context="someMenuPopup" />
      		<menupopup id="someMenuPopup">
      			<menuitem label="Some Action" />
      		</menupopup>
      	</vlayout>
      </zk>
      

            vincentjian vincentjian
            benedetti benedetti
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: