Re: Hidden widgets in dialog.

2025-02-10 Thread Heiko Tietze
The ui file is used for both, Impress and Draw. The code in sd/source/ui/dlg/tpoption.cxx has a method SetDrawMode() where some controls are hidden and others shown, including these weird info fields. You cannot just remove it, unfortunately. On 10.02.25 6:17 PM, Olivier Hallot wrote: Thanks

Re: Hidden widgets in dialog.

2025-02-10 Thread Olivier Hallot
Thanks Ilmari for the confirmation. It looks it has been superseded by the Glade XML engine and is now dead code. I suggest to remove this as an EasyHack. Do you agree? cheers Olivier On 2/10/25 13:40, Ilmari Lauhakangas wrote: On 10.2.2025 18.15, Olivier Hallot wrote: Hi I was revisiting

Re: Hidden widgets in dialog.

2025-02-10 Thread Ilmari Lauhakangas
On 10.2.2025 18.15, Olivier Hallot wrote: Hi I was revisiting Help pages for Impress/Draw Options General page and had a look in Glade. I found widgets I don't know how to make them appear, as in the attached image. The widgets are below the "Drawing scale" label ( Page width, Page Height,

Hidden widgets in dialog.

2025-02-10 Thread Olivier Hallot
Hi I was revisiting Help pages for Impress/Draw Options General page and had a look in Glade. I found widgets I don't know how to make them appear, as in the attached image. The widgets are below the "Drawing scale" label ( Page width, Page Height, info 1 and info2). Can someone shed some