Futura-Py / Notes

The modern text editor written in python
MIT License
9 stars 2 forks source link

Remove small bar under the notebook #56

Open not-nef opened 2 years ago

Moosems commented 2 years ago

Can you give a description?

not-nef commented 2 years ago

image

see the thin bar right under it?

Moosems commented 2 years ago

Oh, check the ttk styling here to check for possible answers :)

rdbende commented 2 years ago

Oh, check the ttk styling here to check for possible answers :)

Idk, which widget is that 1 px line, but it's certainly not the notebook image

not-nef commented 2 years ago

yes because its the frame inside it

not-nef commented 2 years ago

i already know the solution but i appreciate that you looked into it!

not-nef commented 2 years ago

oh shit it actually wasnt what i thought it was, i have no idea then

Moosems commented 2 years ago

Oh noes.

not-nef commented 2 years ago

i found out that the bar is definetely part of SOME widget

rdbende commented 2 years ago

For sure. Otherwise it wouldn't be there :)

rdbende commented 2 years ago

It's something inside the notebook, as the selected tab is the same color as the ttk frame inside it (except if you use Card.TFrame), because I wanted to make it more CONNECTED.

Moosems commented 2 years ago

?

rdbende commented 2 years ago

?

Microsoft says, that Windows 11 makes you mOrE cOnNeCtEd (to their servers where they store you personal data xd), then why shouldn't I make a Windows 11 theme "more connected" by connecting the notebook tab with its content area?

Moosems commented 2 years ago

Lol

not-nef commented 1 year ago

i actually managed to fix this but that introduced a new visual bug that was way worse.