Merge branch 'mjog/pref-page-icons' into 'mainline'
Components.PreferencesWindow: Add pref page icons See merge request GNOME/geary!506
This commit is contained in:
commit
8baffb0997
1 changed files with 2 additions and 0 deletions
|
|
@ -115,6 +115,7 @@ public class Components.PreferencesWindow : Hdy.PreferencesWindow {
|
|||
var page = new Hdy.PreferencesPage();
|
||||
/// Translators: Preferences page title
|
||||
page.title = _("Preferences");
|
||||
page.icon_name = "preferences-other-symbolic";
|
||||
page.propagate_natural_height = true;
|
||||
page.propagate_natural_width = true;
|
||||
page.add(group);
|
||||
|
|
@ -177,6 +178,7 @@ public class Components.PreferencesWindow : Hdy.PreferencesWindow {
|
|||
var page = new Hdy.PreferencesPage();
|
||||
/// Translators: Preferences page title
|
||||
page.title = _("Plugins");
|
||||
page.icon_name = "application-x-addon-symbolic";
|
||||
page.propagate_natural_width = true;
|
||||
page.add(group);
|
||||
page.show_all();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue