Description: Hello I made a dialog box with a counter (numeric field). When running my macro (on Linux systems), the counter have a different look, the arrows are replaced by plus and minus sign. So, as my macro have to work on all systems, for windows i have to make very large controls. If not, i can't see the number in the numeric field... Steps to Reproduce: 1.Make a dialog box with a counter 2. 3. Actual Results: counter with big minus and plus sign Expected Results: counter with arrows for increase or decrease Reproducible: Always User Profile Reset: No Additional Info: too many differences biween Linux and Windows
Created attachment 162635 [details] two pictures in a odt file
You didn't attach an example file, but from your screenshots, I guess the design mode one is from Windows and the other one is from Linux with gtk3. The LibreOffice gtk3 backend uses the native widgets offered by gtk and thus looks different from the others. This is just a consequence of conforming to the look of the operating system. I will close this.