Discussion:
[Libreoffice-bugs] [Bug 116629] New: notebookbar hide arrow
b***@bugs.documentfoundation.org
2018-03-25 20:44:12 UTC
Permalink
https://bugs.documentfoundation.org/show_bug.cgi?id=116629

Bug ID: 116629
Summary: notebookbar hide arrow
Product: LibreOffice
Version: unspecified
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: UI
Assignee: libreoffice-***@lists.freedesktop.org
Reporter: ***@gmail.com

Created attachment 140879
--> https://bugs.documentfoundation.org/attachment.cgi?id=140879&action=edit
hide arrow for standard toolbars and notebookbar

can we change the hide arrow from notebookbar to the same style than the
default toolbar (double arrow)
--
You are receiving this mail because:
You are the assignee for the bug.
b***@bugs.documentfoundation.org
2018-03-26 00:31:11 UTC
Permalink
https://bugs.documentfoundation.org/show_bug.cgi?id=116629

--- Comment #1 from Kshitij <***@gmail.com> ---
Hide arrow is set to NEXT symbol type in PriorityMergedHBox.cxx.
I searched for the other symbols in class symboltype
enum class SymbolType : sal_uInt16
{
DONTKNOW = 0,
IMAGE = 1,
ARROW_UP = 2,
ARROW_DOWN = 3,
ARROW_LEFT = 4,
ARROW_RIGHT = 5,
SPIN_UP = 6,
SPIN_DOWN = 7,
SPIN_LEFT = 8,
SPIN_RIGHT = 9,
FIRST = 10,
LAST = 11,
PREV = 12,
NEXT = 13,
PAGEUP = 14,
PAGEDOWN = 15,
PLAY = 16,
STOP = 19,
CLOSE = 25,
ROLLUP = 26,
ROLLDOWN = 27,
CHECKMARK = 28,
RADIOCHECKMARK = 29,
FLOAT = 31,
DOCK = 32,
HIDE = 33,
HELP = 34,
PLUS = 35,
MENU = SymbolType::SPIN_DOWN
};

No symbol was matching(looks alike) to double arrow. So, I guess it cannot be
changed directly.
--
You are receiving this mail because:
You are the assignee for the bug.
b***@bugs.documentfoundation.org
2018-03-26 16:24:44 UTC
Permalink
https://bugs.documentfoundation.org/show_bug.cgi?id=116629

V Stuart Foote <***@utsa.edu> changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
CC| |***@utsa.edu
Blocks| |102062
Ever confirmed|0 |1

--- Comment #2 from V Stuart Foote <***@utsa.edu> ---
Reasonable, but for LO toolbars the double >> signifies that additional toolbar
items are available; while the rotated triangle is to expose/hide additional
items. It is only when the Notebookbar UI is reduced in width and the content
is hidden (with the triangle icon now) that the >> icon would be appropriate.

=> NEW


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=102062
[Bug 102062] [META] Notebookbar: bugs and enhancements
--
You are receiving this mail because:
You are the assignee for the bug.
b***@bugs.documentfoundation.org
2018-12-08 23:38:32 UTC
Permalink
https://bugs.documentfoundation.org/show_bug.cgi?id=116629

--- Comment #3 from andreas_k <***@gmail.com> ---
any idea how to fix this bug?
--
You are receiving this mail because:
You are the assignee for the bug.
Loading...