Remove top/bottom padding from project panel

Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
This commit is contained in:
Nathan Sobo 2021-09-28 12:26:26 -06:00
parent 14bc2c6857
commit dde782a006

View file

@ -162,6 +162,8 @@ corner_radius = 6
[project_panel]
extends = "$panel"
entry = "$text.0"
padding.left = "$panel.padding"
padding.right = "$panel.padding"
[selector]
background = "$surface.0"