Parcourir la source

tools: cleanup

Daniele Bartolini il y a 7 ans
Parent
commit
570dded78a
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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;
 			this.column_spacing = 12;
 
 
 			Gtk.Label l = new Label(label);
 			Gtk.Label l = new Label(label);
-			l.width_chars = 10;
+			l.width_chars = 13;
 			l.set_alignment(1.0f, 0.5f);
 			l.set_alignment(1.0f, 0.5f);
 
 
 			PropertyRow r = new PropertyRow(w);
 			PropertyRow r = new PropertyRow(w);