Info sidebar pane heights
[geeqie.git] / src / options.h
index c9623d9..ce05055 100644 (file)
@@ -111,6 +111,14 @@ struct _ConfOptions
                gint height;
        } info_rating;
 
+       /**
+        * @struct info_headline
+        * info sidebar component height
+        */
+       struct {
+               gint height;
+       } info_headline;
+
        /* file ops */
        struct {
                gboolean enable_in_place_rename;