Page 1 of 1

Hide titlebar without full screen?

Posted: Wed Oct 27, 2021 12:55 pm
by Tiffany
When I uncheck "titlebar" in view it puts the program into full screen. Is there any way to hide the titlebar while not going full screen and just retaining the window sizing?

Re: Hide titlebar without full screen?

Posted: Wed Oct 27, 2021 1:13 pm
by cday
Tiffany wrote: Wed Oct 27, 2021 12:55 pm When I uncheck "titlebar" in view it puts the program into full screen. Is there any way to hide the titlebar while not going full screen and just retaining the window sizing?
Not for me in the viewer or browser, could there be a setting that is set differently for you?

XnView MP 0.99.1 on Linux Mint Cinnamon 20.2.

Re: Hide titlebar without full screen?

Posted: Tue Mar 15, 2022 3:29 am
by Tiffany
cday wrote: Wed Oct 27, 2021 1:13 pm
Tiffany wrote: Wed Oct 27, 2021 12:55 pm When I uncheck "titlebar" in view it puts the program into full screen. Is there any way to hide the titlebar while not going full screen and just retaining the window sizing?
Not for me in the viewer or browser, could there be a setting that is set differently for you?

XnView MP 0.99.1 on Linux Mint Cinnamon 20.2.
It's more likely because you're on Linux & I'm on Windows 10 tbh.

Re: Hide titlebar without full screen?

Posted: Tue Mar 15, 2022 1:45 pm
by cday
Tiffany wrote: Tue Mar 15, 2022 3:29 am
cday wrote: Wed Oct 27, 2021 1:13 pm
Tiffany wrote: Wed Oct 27, 2021 12:55 pm When I uncheck "titlebar" in view it puts the program into full screen. Is there any way to hide the titlebar while not going full screen and just retaining the window sizing?
Not for me in the viewer or browser, could there be a setting that is set differently for you?

XnView MP 0.99.1 on Linux Mint Cinnamon 20.2.
It's more likely because you're on Linux & I'm on Windows 10 tbh.

I've had another look, and in the viewer or browser unchecking View > Titlebar maximises the window: the menu, toolbar and status bar are still displayed, which wouldn't be the case in fullscreen...

So the issue can only be reproduced when the window isn't maximised.

There does seem to be a bug. :bug:

Re: Hide titlebar without full screen?

Posted: Sat Apr 02, 2022 12:50 pm
by helmut
I'm on Windows 10 so I cannot reproduce your problem, Tiffany. But my guess is also that this is an issue/problem on Linux.
cday wrote: Tue Mar 15, 2022 1:45 pm... I've had another look, and in the viewer or browser unchecking View > Titlebar maximises the window: the menu, toolbar and status bar are still displayed, which wouldn't be the case in fullscreen...

So the issue can only be reproduced when the window isn't maximised.

There does seem to be a bug. :bug:
I'm not a programmer but my guess is that this is a logical limitation of windows used in a graphical user interface like MS Windows:
A window without a title screen doesn't make much sense because without title bar you cannot resize, maximize, minimize, or close a window. And you wouldn't even know which window belongs to which application if you had several non-maximized windows without title bar opened. So I guess this is the reason why MS Windows ensures that if an application wants to get rid of its title bar this application must be set to fullscreen.