[PyCharm] PY-72273 DataView (feat): Removed unwanted border around table and toolbar.

GitOrigin-RevId: 033e445606bbd7072619d42d0344a2c7ddeb705d
This commit is contained in:
Nikita Pavlenko
2024-07-17 16:35:15 +02:00
committed by intellij-monorepo-bot
parent d943fb93c2
commit 0c71253275

View File

@@ -86,8 +86,6 @@ open class PyDataViewerPanel(@JvmField protected val project: Project, val frame
protected val showFooter = AtomicBooleanProperty(true)
init {
border = JBUI.Borders.empty(5)
PyDataViewCompletionProvider().apply(sliceTextField)
val panel = panel {