Don't use the system-file-manager icon in the toolbar
* lisp/term/x-win.el (x-gtk-stock-map): * lisp/term/pgtk-win.el (x-gtk-stock-map): Don't use n:system-file-manager, because it's larger than the other Gtk icons in some themes (bug#56627).
This commit is contained in:
parent
3312710fd6
commit
07c04da010
2 changed files with 2 additions and 2 deletions
|
@ -229,7 +229,7 @@ EVENT is a `preedit-text-event'."
|
|||
'(
|
||||
("etc/images/new" . ("document-new" "gtk-new"))
|
||||
("etc/images/open" . ("document-open" "gtk-open"))
|
||||
("etc/images/diropen" . "n:system-file-manager")
|
||||
("etc/images/diropen" . "gtk-directory")
|
||||
("etc/images/close" . ("window-close" "gtk-close"))
|
||||
("etc/images/save" . ("document-save" "gtk-save"))
|
||||
("etc/images/saveas" . ("document-save-as" "gtk-save-as"))
|
||||
|
|
|
@ -1380,7 +1380,7 @@ This returns an error if any Emacs frames are X frames."
|
|||
'(
|
||||
("etc/images/new" . ("document-new" "gtk-new"))
|
||||
("etc/images/open" . ("document-open" "gtk-open"))
|
||||
("etc/images/diropen" . "n:system-file-manager")
|
||||
("etc/images/diropen" . "gtk-directory")
|
||||
("etc/images/close" . ("window-close" "gtk-close"))
|
||||
("etc/images/save" . ("document-save" "gtk-save"))
|
||||
("etc/images/saveas" . ("document-save-as" "gtk-save-as"))
|
||||
|
|
Loading…
Add table
Reference in a new issue