Daniele Bartolini 7 лет назад
Родитель
Сommit
93c3747bb0
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      tools/level_editor/properties_view.vala

+ 1 - 1
tools/level_editor/properties_view.vala

@@ -638,7 +638,7 @@ namespace Crown
 
 			// Widgets
 			_components_vbox = new Gtk.Box(Gtk.Orientation.VERTICAL, 0);
-			_components_vbox.margin_right = 18;
+			_components_vbox.margin_bottom = 18;
 
 			// Unit
 			add_component_view("Unit",                    "name",                    0, new UnitView(_level));