[gnome-initial-setup] location-entry: Make completion menu match entry width



commit 16a8c48b1b76b080f19754a14856e7ab0dad1fcd
Author: Will Thompson <wjt endlessos org>
Date:   Fri Aug 5 22:46:17 2022 +0100

    location-entry: Make completion menu match entry width
    
    Helps: https://gitlab.gnome.org/GNOME/gnome-initial-setup/-/issues/145

 gnome-initial-setup/pages/timezone/gis-location-entry.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gnome-initial-setup/pages/timezone/gis-location-entry.c 
b/gnome-initial-setup/pages/timezone/gis-location-entry.c
index 60b38bdd..46b889aa 100644
--- a/gnome-initial-setup/pages/timezone/gis-location-entry.c
+++ b/gnome-initial-setup/pages/timezone/gis-location-entry.c
@@ -120,7 +120,7 @@ gis_location_entry_init (GisLocationEntry *entry)
 
     completion = gtk_entry_completion_new ();
 
-    gtk_entry_completion_set_popup_set_width (completion, FALSE);
+    gtk_entry_completion_set_popup_set_width (completion, TRUE);
     gtk_entry_completion_set_text_column (completion, LOC_GIS_LOCATION_ENTRY_COL_DISPLAY_NAME);
     gtk_entry_completion_set_match_func (completion, matcher, NULL, NULL);
     gtk_entry_completion_set_inline_completion (completion, TRUE);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]