[Libreoffice-ux-advise] [Bug 150800] Improve change of vertical scrollbar from left to right, if support for asian languages is not enabled
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Tue Sep 6 10:51:07 UTC 2022
https://bugs.documentfoundation.org/show_bug.cgi?id=150800
Heiko Tietze <heiko.tietze at documentfoundation.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC|libreoffice-ux-advise at lists |heiko.tietze at documentfounda
|.freedesktop.org |tion.org,
| |mentoring at documentfoundatio
| |n.org
Keywords|needsUXEval |difficultyBeginner,
| |easyHack, skillCpp, topicUI
Status|NEEDINFO |NEW
--- Comment #5 from Heiko Tietze <heiko.tietze at documentfoundation.org> ---
(In reply to Regina Henschel from comment #4)
> Left-handed users may also be interested in having the scrollbar on the left...
Good point. So let's just have this option enabled all the time. And name it
"Right-aligned (Scrollbar left)".
Code pointer:
The checkbox label is at sw/uiconfig/swriter/ui/viewoptionspage.ui accessed in
sw/source/ui/config/optpage.cxx where
if(!SvtCJKOptions::IsVerticalTextEnabled() )
m_xVRulerRightCBox->hide();
needs to be removed.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the Libreoffice-ux-advise
mailing list