gtk4-demo: Cosmetics

Rename the ui file to match the C source, to preserve sanity.
This commit is contained in:
Matthias Clasen 2022-06-30 16:08:12 -04:00
parent faa9ef2dc0
commit bdb1886fc9
3 changed files with 2 additions and 2 deletions

View File

@ -376,7 +376,7 @@
<file>glarea-gles.vs.glsl</file>
</gresource>
<gresource prefix="/font_features">
<file>font-features.ui</file>
<file>font_features.ui</file>
<file>fontplane.c</file>
</gresource>
<gresource prefix="/spinbutton">

View File

@ -1348,7 +1348,7 @@ do_font_features (GtkWidget *do_widget)
gtk_builder_cscope_add_callback (scope, basic_entry_activated);
gtk_builder_set_scope (builder, scope);
gtk_builder_add_from_resource (builder, "/font_features/font-features.ui", NULL);
gtk_builder_add_from_resource (builder, "/font_features/font_features.ui", NULL);
window = GTK_WIDGET (gtk_builder_get_object (builder, "window"));
feature_list = GTK_WIDGET (gtk_builder_get_object (builder, "feature_list"));