Browse Source

tools: cleanup

Daniele Bartolini 7 years ago
parent
commit
570dded78a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tools/level_editor/properties_view.vala

+ 1 - 1
tools/level_editor/properties_view.vala

@@ -38,7 +38,7 @@ namespace Crown
 			this.column_spacing = 12;
 
 			Gtk.Label l = new Label(label);
-			l.width_chars = 10;
+			l.width_chars = 13;
 			l.set_alignment(1.0f, 0.5f);
 
 			PropertyRow r = new PropertyRow(w);