You've already forked godot
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:
@@ -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,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user