Frank-Rainer Grahl wrote:
> 
> 
> Richmond wrote:
>> Ant wrote:
>>> On 6/21/2020 3:00 AM, Richmond wrote:
>>>> Hi, I have just upgraded to 2.53.2 on linux and my scroll bars have
>>>> become very narrow. I cannot find a setting for this. Can I make them
>>>> larger?
>>>
>>> Weird. Your newsgroup post showed for the first few attempts of trying
>>> to read it:
>>>
>>> "Article not found
>>>
>>> The newsgroup server reports that it can't find the article.
>>>
>>>      Newsgroup server responded: no such article
>>>      Perhaps the article has expired?
>>>      Try searching for article:
>>> <[email protected]> (115717)"
>>>
>>
>> I don't know why, I am not aware of doing anything strange.
>>
>>>
>>> As for your issue, maybe your desktop manager controls that? I know in
>>> Windows 7 and earlier, its control panel's Windows Color and Appearance
>>> lets me adjust settings like scrollbar widths, borders, etc.
>>
>> I can change the scrollbar width indirectly by selecting different
>> themes. But none of them sets the scroll bar as wide as SM used to have
>> them. I think SM did not previously honour the theme settings, but now
>> it does. I have another computer where I have not yet updated SM and it
>> still has very wide scroll bars, twice as wide maybe than any theme I
>> can select on this computer. Both computers are using the Mate desktop.
>>
> 
> If no one reads the release notes we should  probably omit them and open
> up a comment section for speculations what changed:
> 
> What's New in SeaMonkey 2.53.2:
> Scrollbars have been switched over to the native gtk3 theme in bug 1625754.
> 
> 
> FRG

Thanks. I am sorry I forgot to read the release notes. I will read them
right now.

So, I have fixed the scroll bar problem by putting in a
.config/gtk-3.0/gtk.css

scrollbar slider {
    /* Size of the slider */
    min-width: 25px; /* <-- ridiculously wide scroll bar */
    min-height: 15px;
    border-radius: 17px;

    /* Padding around the slider */
    border: 2px solid transparent;
}
_______________________________________________
support-seamonkey mailing list
[email protected]
https://lists.mozilla.org/listinfo/support-seamonkey

Reply via email to