Bug 167108 - Introduce an option to use horizontal tabs instead vertical
Summary: Introduce an option to use horizontal tabs instead vertical
Status: UNCONFIRMED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: UI (show other bugs)
Version:
(earliest affected)
unspecified
Hardware: All All
: medium enhancement
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: Vertical-Tab-dialogs
  Show dependency treegraph
 
Reported: 2025-06-19 08:28 UTC by Heiko Tietze
Modified: 2025-06-24 12:23 UTC (History)
3 users (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Heiko Tietze 2025-06-19 08:28:00 UTC
While most display are widescreen nowadays, some users might not want the dialogs in this layout or rotate the screen and need to save horizontal space. The VT should be optional in this case.

Could be a condition at VclBuilder::makeObject()  #1861: if (name == "GtkNotebook")
Comment 1 Heiko Tietze 2025-06-19 08:33:32 UTC
This requires of course to hide the icons. But first of all to not crash the application if the tab label is a subitem of a box.
Comment 2 V Stuart Foote 2025-06-19 11:39:47 UTC
+1, but should be selectable from Tools ->  Options and not expert config. 

Prefer to move the entire UI to vertical tabs (when a dialog/panel has so many configuration categories to need two rows) for consistency across the UI, having a mix of horizontal tabs (no icon) and vertical tabs (w/icon) would just be confusing.
Comment 3 jan d 2025-06-24 12:23:03 UTC
> +1, but should be selectable from Tools ->  Options and not expert config. 

It is a good idea to build it knowing there might need to be an option for this, but given the amount of options we have already, I personally would not expose the option for now.