0.9.3-1 release
[ubi] / qml / ubi / TaskMenu.qml
index 1808156..5feaf7f 100644 (file)
@@ -6,10 +6,8 @@ DialogBlank {
     id: root
 
     property alias menuHeight: root.boxHeight
-
     property alias menuFixed: _menuFixed
     property Flow menuDynamic
-
     property bool contexMenu: false
 
     onOpened: {
@@ -30,8 +28,6 @@ DialogBlank {
     Flow {
         id: _menuFixed
 
-        //y: root.height-root.menuHeight+1*Const.DEFAULT_MARGIN
-
         anchors.top: root.contexMenu ? line.bottom : root.menuDynamic.bottom
         anchors.topMargin: Const.DEFAULT_MARGIN