UPDATE[API rename]: set_column_with => set_columns_with

Similarly set_row_height => set_rows_height
This commit is contained in:
Nicolás Hatcher
2025-02-16 09:06:18 +01:00
committed by Nicolás Hatcher Andrés
parent dd9ca4224d
commit 4095b7db6e
13 changed files with 134 additions and 74 deletions

View File

@@ -508,5 +508,5 @@ fn test_user_model() {
fs::remove_file(temp_file_name).unwrap();
// we can still use the model afterwards
model.set_row_height(0, 1, 100.0).unwrap();
model.set_rows_height(0, 1, 1, 100.0).unwrap();
}