ganeswidgets/data/hgmediawall.widgetml
changeset 17 a10844a9914d
parent 12 6c0ec0ccd2d4
equal deleted inserted replaced
15:1ef5359bf0f4 17:a10844a9914d
     5 	<meshitem src="content" srcEdge="RIGHT" dst="" dstEdge="RIGHT" />
     5 	<meshitem src="content" srcEdge="RIGHT" dst="" dstEdge="RIGHT" />
     6     <meshitem src="content" srcEdge="LEFT" dst="" dstEdge="LEFT" />
     6     <meshitem src="content" srcEdge="LEFT" dst="" dstEdge="LEFT" />
     7     <meshitem src="scrollbar-horizontal" srcEdge="BOTTOM" dst="content" dstEdge="BOTTOM" />
     7     <meshitem src="scrollbar-horizontal" srcEdge="BOTTOM" dst="content" dstEdge="BOTTOM" />
     8 	<meshitem src="scrollbar-horizontal" srcEdge="RIGHT" dst="content" dstEdge="RIGHT" />
     8 	<meshitem src="scrollbar-horizontal" srcEdge="RIGHT" dst="content" dstEdge="RIGHT" />
     9     <meshitem src="scrollbar-horizontal" srcEdge="LEFT" dst="content" dstEdge="LEFT" />
     9     <meshitem src="scrollbar-horizontal" srcEdge="LEFT" dst="content" dstEdge="LEFT" />
    10     <meshitem src="description" srcEdge="BOTTOM" dst="scrollbar-horizontal" dstEdge="TOP" />
    10     <!-- Description is connected to the bottom of the content instead of the bottom of the scrollbar, -->
       
    11     <!-- because scrollbar does not get polished properly if it is hidden. Thus, description's location -->
       
    12     <!-- would change depending on whether scrollbar is hidden or not. Resolution is to connect description -->
       
    13     <!-- to the bottom of the content. -->
       
    14     <meshitem src="description" srcEdge="BOTTOM" dst="" dstEdge="BOTTOM" />
    11     <meshitem src="description" srcEdge="LEFT" dst="content" dstEdge="LEFT" />
    15     <meshitem src="description" srcEdge="LEFT" dst="content" dstEdge="LEFT" />
    12     <meshitem src="description" srcEdge="RIGHT" dst="content" dstEdge="RIGHT" />
    16     <meshitem src="description" srcEdge="RIGHT" dst="content" dstEdge="RIGHT" />
    13     <meshitem src="title" srcEdge="BOTTOM" dst="description" dstEdge="TOP" />
    17     <meshitem src="title" srcEdge="BOTTOM" dst="description" dstEdge="TOP" />
    14     <meshitem src="title" srcEdge="LEFT" dst="content" dstEdge="LEFT" />
    18     <meshitem src="title" srcEdge="LEFT" dst="content" dstEdge="LEFT" />
    15     <meshitem src="title" srcEdge="RIGHT" dst="content" dstEdge="RIGHT" />
    19     <meshitem src="title" srcEdge="RIGHT" dst="content" dstEdge="RIGHT" />