Explorar el Código

Do not request size

Daniele Bartolini hace 9 años
padre
commit
712cc3add9
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      tools/level_editor/level_editor.vala

+ 0 - 1
tools/level_editor/level_editor.vala

@@ -344,7 +344,6 @@ namespace Crown
 			this.delete_event.connect(this.on_delete_event);
 
 			this.add(_vbox);
-			this.set_size_request(1280, 720);
 			this.maximize();
 			this.show_all();
 		}