CycleGeek
CycleGeek

Reputation: 501

EXTJS Ext.window.Window Handle Width

I'm using EXTJS 6.2.0. When creating a popup using Ext.window.Window the handles to resize the window are about 10px wide. Is there some way to control this?

Upvotes: 0

Views: 130

Answers (1)

mcg1103
mcg1103

Reputation: 688

Classic has a theme css variable $resizer-handle-size Ext.resizer.Resizer has Theme variables to manipulate the handles, size color etc
Ext.resizer.Resizer

Here is a fiddle (not mine) that modifies the values via css. Look at app.js and app.css

Upvotes: 1

Related Questions