U-C-S / Hurl

Choose the browser on the click of a link
MIT License
254 stars 8 forks source link

Expand width to fit all available browser #25

Closed nitin2953 closed 2 years ago

nitin2953 commented 2 years ago

It is showing like this on Widnows 10 App version: v0.4.0-alpha

image

U-C-S commented 2 years ago

Thanks for feedback. I was actually thinking about using horizontal scroll bars. Do you think they'll be a good idea ?

Or why not both, with a setting to choose either...

nitin2953 commented 2 years ago

v26L2vtGaL

Since Hurl's browser icons are small:

U-C-S commented 2 years ago

Thanks for visualization. Currently I committed the code for having a minwidth and expanding dynamically to fit all browsers.

And seems the scrollbar thing has bit of UI problem. WPF uses ugly fat scrollbars which take out the look of App. Either I need to design a custom scrollbar or wait or Fix myself the Horizontal Scroll bar issue in WPFUI (https://github.com/lepoco/wpfui/issues/58)

Also, What do you think of having multiple rows ??

nitin2953 commented 2 years ago

Also, What do you think of having multiple rows ??

A Grid but I think it would distract user focus (if he is in hurry), lead him to ?precisely? place pointer on icon

chrome_dRGMx8HDjm

U-C-S commented 2 years ago

image

I think it's looking good for now. Scrollbar goes hidden automatically.