Fix #6118: Raise minimum list width from 100 to 270 in existing configurable system

This commit is contained in:
KhaoulaMaleh 2026-02-06 22:23:28 -11:00
parent 345f9ec223
commit 93ebae78b8
4 changed files with 7 additions and 7 deletions

View file

@ -290,7 +290,7 @@ BlazeComponent.extendComponent({
let isResizing = false;
let startX = 0;
let startWidth = 0;
let minWidth = 100; // Minimum width as defined in the existing code
let minWidth = 270; // Minimum width matching system default
let listConstraint = this.listConstraint(); // Store constraint value for use in event handlers
const component = this; // Store reference to component for use in event handlers