mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 13:41:07 +00:00
Merge branch 'reduce-shortcuts-searchentry-width' into 'main'
shortcutswindow: Reduce default width of search entry See merge request GNOME/gtk!6707
This commit is contained in:
commit
69ffaab09f
@ -944,7 +944,8 @@ gtk_shortcuts_window_init (GtkShortcutsWindow *self)
|
||||
g_object_set (self->search_entry,
|
||||
/* Translators: This is placeholder text for the search entry in the shortcuts window */
|
||||
"placeholder-text", _("Search Shortcuts"),
|
||||
"width-chars", 40,
|
||||
"width-chars", 31,
|
||||
"max-width-chars", 40,
|
||||
NULL);
|
||||
|
||||
gtk_accessible_update_property (GTK_ACCESSIBLE (self->search_entry),
|
||||
|
Loading…
Reference in New Issue
Block a user