mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-10-06 01:12:40 +02:00
actions: Add new Navigation dockable icons
This patch connects the new icons made by Denis Rangelov for the Shrink Wrap and Fill Window zoom actions in the Navigation Dockable.
This commit is contained in:
@@ -91,7 +91,7 @@ static const GimpActionEntry view_actions[] =
|
||||
view_zoom_fit_in_cmd_callback,
|
||||
GIMP_HELP_VIEW_ZOOM_FIT_IN },
|
||||
|
||||
{ "view-zoom-fill", GIMP_ICON_ZOOM_FIT_BEST,
|
||||
{ "view-zoom-fill", GIMP_ICON_VIEW_ZOOM_FILL,
|
||||
NC_("view-action", "Fi_ll Window"), NULL, { NULL },
|
||||
NC_("view-action", "Adjust the zoom ratio so that the entire window is used"),
|
||||
view_zoom_fill_cmd_callback,
|
||||
@@ -148,7 +148,7 @@ static const GimpActionEntry view_actions[] =
|
||||
view_color_management_reset_cmd_callback,
|
||||
GIMP_HELP_VIEW_COLOR_MANAGEMENT },
|
||||
|
||||
{ "view-shrink-wrap", GIMP_ICON_ZOOM_FIT_BEST,
|
||||
{ "view-shrink-wrap", GIMP_ICON_VIEW_SHRINK_WRAP,
|
||||
NC_("view-action", "Shrink _Wrap"), NULL, { "<primary>J", NULL },
|
||||
NC_("view-action", "Reduce the image window to the size of the image display"),
|
||||
view_shrink_wrap_cmd_callback,
|
||||
|
Submodule gimp-data updated: cd59b23be0...fef782c772
@@ -413,6 +413,8 @@ G_BEGIN_DECLS
|
||||
|
||||
#define GIMP_ICON_VIEW_REFRESH "view-refresh"
|
||||
#define GIMP_ICON_VIEW_FULLSCREEN "view-fullscreen"
|
||||
#define GIMP_ICON_VIEW_SHRINK_WRAP "view-shrink-wrap"
|
||||
#define GIMP_ICON_VIEW_ZOOM_FILL "view-zoom-fill"
|
||||
|
||||
#define GIMP_ICON_WILBER "gimp-wilber"
|
||||
#define GIMP_ICON_WILBER_EEK "gimp-wilber-eek"
|
||||
|
Reference in New Issue
Block a user