Skip to main content

Show Posts

This section allows you to view all Show Posts made by this member. Note that you can only see Show Posts made in areas you currently have access to.

Messages - ray

1
Otter Browser Forum / Mouse gesture to show sidebar doesn't work
I'm testing Otter beta10 and am trying to use a mouse gesture to toggle the sidebar.

I have this in /mouse/custom.ini:

Code: [Select]
[Generic]
pressRight,moveRight,moveDown,moveLeft,releaseRight=ShowSidebar

However, this doesn't appear to work.  Am I doing something wrong?

Thanks for reading!
3
Otter Browser Forum / Re: Increase font size in address bar
From some trial-and-error, I found that QComboBox handles the address bar.

So you can style it like this in a custom stylesheet:

Code: [Select]
QComboBox {font-size: 18px;}

However, this changes all combo boxes including those in the settings area.  If anyone knows if it is possible to target just the address bar's QComboBox, I would appreciate it.
6
Otter Browser Forum / Increase font size in address bar
Hi,

I've been following Otter on-and-off since the project was announced and I like how Otter is progressing!

One thing that I would love to see is the ability to set the font size of the address bar.  On Windows, the address bar looks really tiny compared to the icons:



Thanks Emdek for continuing development on Otter.