sync
authorAlan Knowles <alan@roojs.com>
Thu, 3 Jun 2021 07:51:46 +0000 (15:51 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 3 Jun 2021 07:51:46 +0000 (15:51 +0800)
Pman.Tab.bjs
Pman.Tab.js
badmin.css

index ae5d380..9d97907 100644 (file)
@@ -2,7 +2,7 @@
  "name" : "Pman.Tab",
  "parent" : "",
  "title" : "",
- "path" : "/home/edward/gitlive/Pman.BAdmin/Pman.Tab.bjs",
+ "path" : "/home/alan/gitlive/Pman.BAdmin/Pman.Tab.bjs",
  "permname" : "",
  "modOrder" : "001",
  "strings" : {
@@ -80,6 +80,7 @@
              "String cls" : "user-menu",
              "xtype" : "Menu",
              "$ xns" : "Roo.bootstrap",
+             "bool hideTrigger" : true,
              "* prop" : "menu",
              "items" : [
               {
index f3777ed..82c428d 100644 (file)
@@ -102,6 +102,7 @@ Pman.Tab = new Roo.XComponent({
             xtype : 'Menu',
             allowDomMove : false,
             cls : 'user-menu',
+            hideTrigger : true,
             listeners : {
              show : function (_self)
               {
index bfc2aaa..7639a71 100644 (file)
@@ -16,7 +16,7 @@
     border-radius: 0;
     padding:15px;
     border-top-width: 0;
-    width: 320px;
+    width: 420px;
 }
 
 .dropdown-menu-item.user-footer {