Organizer window: adjust sidetree width

General project discussion.
Use this as a last resort if your topic does not fit in any of the other boards but it still on-topic.
Forum rules
This General Discussion board is meant for topics that are still relevant to Pale Moon, web browsers, browser tech, UXP applications, and related, but don't have a more fitting board available.

Please stick to the relevance of this forum here, which focuses on everything around the Pale Moon project and its user community. "Random" subjects don't belong here, and should be posted in the Off-Topic board.
User avatar
biopsin
Fanatic
Fanatic
Posts: 119
Joined: 2016-02-07, 17:15

Organizer window: adjust sidetree width

Unread post by biopsin » 2021-07-30, 10:16

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; }
voidlinux_x64 glibc-2.38 / Palemoon_latest release (gcc-13.2.0) / GTK2

User avatar
Moonchild
Pale Moon guru
Pale Moon guru
Posts: 35474
Joined: 2011-08-28, 17:27
Location: Motala, SE
Contact:

Re: Organizer window: adjust sidetree width

Unread post by Moonchild » 2021-07-30, 11:14

why are you trying to do this programmatically?
Just hover over the divider until the cursor changes, then drag to the desired position.
"Sometimes, the best way to get what you want is to be a good person." -- Louis Rossmann
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite

User avatar
biopsin
Fanatic
Fanatic
Posts: 119
Joined: 2016-02-07, 17:15

Re: Organizer window: adjust sidetree width

Unread post by biopsin » 2021-07-30, 12:56

There is no divider to grab onto, ok switched to a other gtk theme to adjust it, thanks.
voidlinux_x64 glibc-2.38 / Palemoon_latest release (gcc-13.2.0) / GTK2

User avatar
Moonchild
Pale Moon guru
Pale Moon guru
Posts: 35474
Joined: 2011-08-28, 17:27
Location: Motala, SE
Contact:

Re: Organizer window: adjust sidetree width

Unread post by Moonchild » 2021-07-30, 14:32

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.
"Sometimes, the best way to get what you want is to be a good person." -- Louis Rossmann
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite

User avatar
biopsin
Fanatic
Fanatic
Posts: 119
Joined: 2016-02-07, 17:15

Re: Organizer window: adjust sidetree width

Unread post by biopsin » 2021-07-31, 05:14

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!
voidlinux_x64 glibc-2.38 / Palemoon_latest release (gcc-13.2.0) / GTK2

Locked