diff options
author | John Stebbins <[email protected]> | 2016-08-23 11:25:42 -0700 |
---|---|---|
committer | John Stebbins <[email protected]> | 2016-08-23 11:25:42 -0700 |
commit | fb216e222dad67ea8059aca11c0be8277f3455a5 (patch) | |
tree | d955834af0f1f7f557f921429626716563ce5c92 /gtk/src/ghb.ui | |
parent | fd3aa29aaeef382eb14575b416cc95d569adb47a (diff) |
LinGui: Add rotate filter
Diffstat (limited to 'gtk/src/ghb.ui')
-rw-r--r-- | gtk/src/ghb.ui | 48 |
1 files changed, 47 insertions, 1 deletions
diff --git a/gtk/src/ghb.ui b/gtk/src/ghb.ui index 3f3f6ba73..6ae3d6b9d 100644 --- a/gtk/src/ghb.ui +++ b/gtk/src/ghb.ui @@ -3293,6 +3293,52 @@ SpatialLuma:SpatialChroma:TemporalLuma:TemporalChroma</property> </packing> </child> <child> + <object class="GtkGrid" id="table16"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="column_spacing">5</property> + <property name="halign">start</property> + <property name="valign">start</property> + <child> + <object class="GtkLabel" id="PictureRotateLabel"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="halign">start</property> + <property name="label" translatable="yes">Rotate Filter:</property> + </object> + <packing> + <property name="top_attach">1</property> + <property name="left_attach">0</property> + <property name="width">1</property> + <property name="height">1</property> + </packing> + </child> + <child> + <object class="GtkComboBox" id="PictureRotate"> + <property name="valign">GTK_ALIGN_CENTER</property> + <property name="width_request">100</property> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> + <property name="tooltip_text" translatable="yes">Rotate the video in clockwise 90 degree increments.</property> + <signal name="changed" handler="deint_filter_changed_cb" swapped="no"/> + </object> + <packing> + <property name="top_attach">1</property> + <property name="left_attach">1</property> + <property name="width">1</property> + <property name="height">1</property> + </packing> + </child> + </object> + <packing> + <property name="top_attach">1</property> + <property name="left_attach">2</property> + <property name="width">1</property> + <property name="height">1</property> + </packing> + </child> + <child> <object class="GtkCheckButton" id="VideoGrayScale"> <property name="label" translatable="yes">Grayscale</property> <property name="visible">True</property> @@ -3307,7 +3353,7 @@ SpatialLuma:SpatialChroma:TemporalLuma:TemporalChroma</property> </object> <packing> <property name="top_attach">1</property> - <property name="left_attach">2</property> + <property name="left_attach">3</property> <property name="width">1</property> <property name="height">1</property> </packing> |