Hurl icon indicating copy to clipboard operation
Hurl copied to clipboard

Width adjustment doesn't seem to work properly after updating.

Open sjain882 opened this issue 1 year ago • 3 comments

Not 100% sure what my Hurl version was before (I think it was v0.7.1) but I recently updated to v0.8.3, and now the width reduced:

image

I tried adjusting it in the json file and reloading, but it didn't work. Tried resizing with mouse - it won't go any further.

Did 9999,9999 as a test and it looks like this:

image

I guess this is a new hard limit on the window size? I couldn't seem to spot anything like this while inspecting the source code...

Before, it accepted the large width without issues.

sjain882 avatar Mar 28 '24 22:03 sjain882

Probably conflicting with https://github.com/U-C-S/Hurl/blob/ac90c3286c664121e1ed6de5a13c54730c77b41b/Source/Hurl.BrowserSelector/Windows/MainWindow.xaml#L12-L15 or https://github.com/U-C-S/Hurl/blob/ac90c3286c664121e1ed6de5a13c54730c77b41b/Source/Hurl.BrowserSelector/Windows/MainWindow.xaml.cs#L51-L55

Jay-o-Way avatar Mar 31 '24 18:03 Jay-o-Way

@sjain882 what numbers would be reasonable, if there would still be a min & max width & height?

Jay-o-Way avatar Apr 05 '24 13:04 Jay-o-Way

@sjain882 @U-C-S would it be alright to remove all the maxima?

Jay-o-Way avatar Jun 02 '24 23:06 Jay-o-Way