Explorar el Código

🐛 correctly set panel widths (bug in HSL 9)

jmacura hace 3 años
padre
commit
e80eb1bcfa
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      src/app.config.ts

+ 2 - 1
src/app.config.ts

@@ -177,7 +177,8 @@ export const AppConfig = {
     },
   },
   panelWidths: {
-    datasource_selector: 400,
+    default: 450,
+    datasource_selector: 450,
   },
   // allowAddExternalDatasets: false,
   panelsEnabled: {