X-Git-Url: https://git.openstreetmap.org/potlatch2.git/blobdiff_plain/94892aad8743328bfe22589c7da8a74ef0f0f728..6b69f8b336c5be9753733e432c2d03153f0c0d57:/net/systemeD/potlatch2/TagViewer.mxml?ds=sidebyside diff --git a/net/systemeD/potlatch2/TagViewer.mxml b/net/systemeD/potlatch2/TagViewer.mxml index 354dada0..1994ce22 100644 --- a/net/systemeD/potlatch2/TagViewer.mxml +++ b/net/systemeD/potlatch2/TagViewer.mxml @@ -18,48 +18,7 @@ - - - - - - - - - - - - - - - - - - - - - + @@ -266,9 +225,6 @@ private var tabIcons:Object= { Basic:tabIconBasic, Details:tabIconDetails, Address:tabIconAddress, Walk:tabIconWalk, Cycle:tabIconCycle, Transport:tabIconTransport, Restrictions:tabIconRestrictions}; - [Bindable] - public var dndPrompt:String="Add new points by dragging them onto the map"; - private var editorStackTabNavigator:TabNavigator; private var editorStackAccordion:Accordion; [Bindable] private var editorStack:Container; @@ -946,12 +902,6 @@ UIComponent.resumeBackgroundProcessing(); } - private function resizePOIGrid(event:Event):void { - var rows:Number=event.target.dataProvider.length/event.target.columnCount; - if (rows!=Math.floor(rows)) { rows=Math.floor(rows+1); } - event.target.height=rows*(event.target.rowHeight+1); - } - ]]>