B
B
berrybtw2021-04-25 22:00:10
Python
berrybtw, 2021-04-25 22:00:10

How to raise and remove the frame from the Listbox on a poppy?

How to remove this black border and raise the Listbox? On Windows, everything is fine, it's somehow crooked.6085bc2183e77156236935.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexa2007, 2021-04-25
@berrybtw

Change

lbox = Listbox(window)
lbox.grid(column=4, row=4)

on the
lbox = Listbox(borderwidth=0, highlightthickness=0)
lbox.grid(column=4,rowspan=12, row=0)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question