1
0
mirror of https://github.com/godotengine/godot.git synced 2025-12-03 16:55:53 +00:00

Remove padding columns from plugin settings

This commit is contained in:
kobewi
2025-11-12 23:02:50 +01:00
parent bad1287b62
commit 27b6500923
2 changed files with 0 additions and 6 deletions

View File

@@ -43,13 +43,11 @@ class EditorPluginSettings : public VBoxContainer {
};
enum {
COLUMN_PADDING_LEFT,
COLUMN_STATUS,
COLUMN_NAME,
COLUMN_VERSION,
COLUMN_AUTHOR,
COLUMN_EDIT,
COLUMN_PADDING_RIGHT,
COLUMN_MAX,
};