add view thumbnail size pref, rework vicon view popup, add view popup zoom scale
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / appearanceprefs.h
index b59a9ed995a1470fca1f982bc744eb4b0a88eec6..e8122474825ba48c1acaec138f5e93634e194c58 100644 (file)
@@ -47,6 +47,7 @@ public:
        TimeFormatFeet *feet;
        TimeFormatSeconds *seconds;
        ViewThumbnails *thumbnails;
        TimeFormatFeet *feet;
        TimeFormatSeconds *seconds;
        ViewThumbnails *thumbnails;
+       ViewThumbnailSize *thumbnail_size;
        YuvColorSpace *yuv_color_space;
        YuvColorRange *yuv_color_range;
 };
        YuvColorSpace *yuv_color_space;
        YuvColorRange *yuv_color_range;
 };
@@ -173,6 +174,16 @@ public:
        PreferencesWindow *pwindow;
 };
 
        PreferencesWindow *pwindow;
 };
 
+class ViewThumbnailSize : public BC_TumbleTextBox
+{
+public:
+       ViewThumbnailSize(PreferencesWindow *pwindow,
+               AppearancePrefs *aprefs, int x, int y);
+       int handle_event();
+       AppearancePrefs *aprefs;
+       PreferencesWindow *pwindow;
+};
+
 class UseTipWindow : public BC_CheckBox
 {
 public:
 class UseTipWindow : public BC_CheckBox
 {
 public: