Your browser was unable to load all of the resources. They may have been blocked by your firewall, proxy or browser configuration.
Press Ctrl+F5 or Ctrl+Shift+R to have your browser try again.

14.0.x use the same layout as version 11.0.x? #4605

pureivan ·

Can version 14.0.x use the same layout as version 11.0.x? The layout in 11.0.x is more compact, while the current versions 13.0.x and 14.0.x are a bit too wide, and the font size is also larger.
PixPin_2024-11-26_17-45-28.png
PixPin_2024-11-26_17-46-45.png

  • replies 2
  • views 81
  • stars 0
steveluo ADMIN ·

Hi@pureivan

It seems that you are accustomed to the old style QuickBuild. So far, there is no option to make the new GUI more compact like before except you write some custom CSS in Administration page by yourself. If you only want configuration tree be more compact, you may add below lines to your Css Customization in Administration:

table.treetable {
    --table-td-padding-y: 3px;
    --table-th-padding-y: 3px;
    --table-font-size: 12px;
}

or you may file a ticket in our issue tracker below:

pureivan ·

That's exactly the result I was looking for, thank you!