X-Git-Url: http://geeqie.org/cgi-bin/gitweb.cgi?p=geeqie.git;a=blobdiff_plain;f=src%2Flayout-image.cc;fp=src%2Flayout-image.cc;h=3d0c44cef8c27d7af526f2e5f29b6e124563d1ea;hp=1bf37468cc3351805a3e4ef2d34e994120637f16;hb=efcb9615e69cd13ef3a30fe00dc9fed710d79421;hpb=425eb031a23ac0ed8d3a736caef42e0493b00f9e diff --git a/src/layout-image.cc b/src/layout-image.cc index 1bf37468..3d0c44ce 100644 --- a/src/layout-image.cc +++ b/src/layout-image.cc @@ -60,6 +60,13 @@ #include "utilops.h" #include "view-file.h" +namespace +{ + +constexpr gint IMAGE_MIN_WIDTH = 100; + +} // namespace + static GtkWidget *layout_image_pop_menu(LayoutWindow *lw); static void layout_image_set_buttons(LayoutWindow *lw); static gboolean layout_image_animate_new_file(LayoutWindow *lw);