ricochet-im/ricochet

Open link dialog size hardcoding is harmful

rburchell opened this issue · 2 comments

OpenBrowserDialog forces: width: 400, rather than using the width of the layout. This means that different font metrics can make this dialog unpleasant, or impossible to use.

Screenshot taken from ricochet on gtkplatform on Fedora 26.

Open browser dialog bad sizing

Hey! I actually wrote a fix for this over here -> #566
Please let me know if this works, I didnt use layout.with because it caused the popup to be an inoperably thin sliver.