https://bugs.documentfoundation.org/show_bug.cgi?id=154745
--- Comment #12 from Kai Struck <[email protected]> --- Created attachment 187008 --> https://bugs.documentfoundation.org/attachment.cgi?id=187008&action=edit Macro_Dialogue_Comparison_Test3.odt I can now narrow down the bug: Small Numeric and Text-Boxes render too large at runtime on Linux (wrong height) If NativeWidgetLook is set to False then I can fix the size of the boxes during runtime by resizing them. (adding 1 then immediately subtracting 1) This only works with the NativeWidgetLook=False-Version. It has no effect on native Dialog. Here's a test file to run a dialog with 1.NativeWidgetLook=True 2.NativeWidgetLook=False The dialog has a button to fix the wrong size. It only works on 2. (and shouldn't be needed at all - as on Windows) (Please tell me if I should file a new bug instead of posting here.) -- You are receiving this mail because: You are the assignee for the bug.
