https://bugs.documentfoundation.org/show_bug.cgi?id=146840
V Stuart Foote <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #4 from V Stuart Foote <[email protected]> --- .uno:Zoom (the numeral zoom value), and .uno:ZoomSlider (the slider) are both already set to statusbar:mandatory="true" in the appropriate statusbar.xml per module. But then other StatusBar controls are also set mandatory. IIUC reducing the width first removes the non-mandatory controls. And then reduces the remaining mandatory from right-to-left. But I notice though, on Windows builds at least, that the .uno:Zoom zoom-value is not actually removed, rather it remains shown and is gradually covered as the frame width is reduced. .uno:Zoom just happens to be the first mandatory control remaining. There is nothing more to do without refactoring the logic. Otherwise, I might agree that the zoom slider is less important than the zoom value text widget--and it should be removed before the zoom value is hidden. -- You are receiving this mail because: You are the assignee for the bug.
