فهرست منبع

tools: cleanup

Daniele Bartolini 7 سال پیش
والد
کامیت
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
 			// Widgets
 			_components_vbox = new Gtk.Box(Gtk.Orientation.VERTICAL, 0);
 			_components_vbox = new Gtk.Box(Gtk.Orientation.VERTICAL, 0);
-			_components_vbox.margin_right = 18;
+			_components_vbox.margin_bottom = 18;
 
 
 			// Unit
 			// Unit
 			add_component_view("Unit",                    "name",                    0, new UnitView(_level));
 			add_component_view("Unit",                    "name",                    0, new UnitView(_level));