mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 15:09:39 +07:00
[PyCharm] PY-72273 DataView (feat): Removed unwanted border around table and toolbar.
GitOrigin-RevId: 033e445606bbd7072619d42d0344a2c7ddeb705d
This commit is contained in:
committed by
intellij-monorepo-bot
parent
d943fb93c2
commit
0c71253275
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user