Page 1 of 1

Organizer window: adjust sidetree width

Posted: 2021-07-30, 10:16
by biopsin
Hi,

Im struggling pinpointing how to adjust the left sidetree width in the library/organizer window, as it cuts of text.
Im able to tweak both treechildren::-moz-tree-cell-text and treechildren::-moz-tree-row but not; example

Code: Select all

window[windowtype="Places:Organizer"] treechildren::-moz-tree-bodybox { width: 300px !important; }

Re: Organizer window: adjust sidetree width

Posted: 2021-07-30, 11:14
by Moonchild
why are you trying to do this programmatically?
Just hover over the divider until the cursor changes, then drag to the desired position.

Re: Organizer window: adjust sidetree width

Posted: 2021-07-30, 12:56
by biopsin
There is no divider to grab onto, ok switched to a other gtk theme to adjust it, thanks.

Re: Organizer window: adjust sidetree width

Posted: 2021-07-30, 14:32
by Moonchild
Sounds like a theme error then :P
Note, the divider might not be visible and just be single line visually (like on Windows 10) but it should still have some control area -- might be small but should still be there.

Re: Organizer window: adjust sidetree width

Posted: 2021-07-31, 05:14
by biopsin
well, its an old theme I've customized long time ago and was for a pre HDPI monitor, so after the switch I
(as usual) forgot adjusting the GtkPaned::handle-size, even tho its present in other applications it was totaly hidden in the organizer window.
Have a nice weekend!