https://bugs.documentfoundation.org/show_bug.cgi?id=144237
--- Comment #7 from Adalbert Hanßen <[email protected]> --- (In reply to Stéphane Guillou (stragu) from comment #6) > I think we can mark this as a duplicate of bug 97894: having a minimum > window size on Linux should fix the issue described here. > Please set back to "new" if you disagree. > > *** This bug has been marked as a duplicate of bug 97894 *** I'm afraid you may be right about that. Unfortunately, 97894 is also a bug that has been waiting for an even longer time to be fixed. And comment 3 there seems to name also already a function which to call, only about the suitable minimum value Caolán McNamara was uncertain! BTW: #125543 also might be another candidate for duplicateship! I came across it searching how one would have to call SetMinOutputSizePixel to implement a minimum width of 5 cm as I proposed above. Unfortunately I found no description for SetMinOutputSizePixel. But searching for it I came across gtk_widget_set_size_request which has two parameters in pixels for width and height. Probably the screen's dpi-value can be read somehow, so 50.0*dpi/2.54 would be a proper minimum width, 8.0*dpi/2.54 would be a proper minimum height. Unfortunately I am not experienced enough to know where this call has to be placed -- You are receiving this mail because: You are the assignee for the bug.
