summaryrefslogtreecommitdiffstats
path: root/gtk/src/ghb.ui
diff options
context:
space:
mode:
authorjstebbins <[email protected]>2014-05-15 09:19:19 +0000
committerjstebbins <[email protected]>2014-05-15 09:19:19 +0000
commitcc9dfa7781fafba8b9e24ce943946d6784597c74 (patch)
treebc1295aa7dfd5e950f7ba7d996b5808d8717eb0d /gtk/src/ghb.ui
parent95d5a9b0988d64f8a8e061a8fbb4e02b0375b8c3 (diff)
LinGui: allow hh:mm:ss.ms input for P-to-P "Seconds"
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6191 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/ghb.ui')
-rw-r--r--gtk/src/ghb.ui8
1 files changed, 8 insertions, 0 deletions
diff --git a/gtk/src/ghb.ui b/gtk/src/ghb.ui
index 45bc0266c..1f3d26118 100644
--- a/gtk/src/ghb.ui
+++ b/gtk/src/ghb.ui
@@ -1191,6 +1191,7 @@ This is often the feature title of a DVD.</property>
</child>
<child>
<object class="GtkSpinButton" id="start_point">
+ <property name="width-chars">10</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
@@ -1198,7 +1199,10 @@ This is often the feature title of a DVD.</property>
<property name="primary_icon_activatable">False</property>
<property name="secondary_icon_activatable">False</property>
<property name="adjustment">adjustment1</property>
+ <property name="numeric">True</property>
<signal name="value-changed" handler="start_point_changed_cb" swapped="no"/>
+ <signal name="output" handler="ptop_output_cb" swapped="no"/>
+ <signal name="input" handler="ptop_input_cb" swapped="no"/>
</object>
<packing>
<property name="expand">False</property>
@@ -1220,6 +1224,7 @@ This is often the feature title of a DVD.</property>
</child>
<child>
<object class="GtkSpinButton" id="end_point">
+ <property name="width-chars">10</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
@@ -1227,7 +1232,10 @@ This is often the feature title of a DVD.</property>
<property name="primary_icon_activatable">False</property>
<property name="secondary_icon_activatable">False</property>
<property name="adjustment">adjustment2</property>
+ <property name="numeric">True</property>
<signal name="value-changed" handler="end_point_changed_cb" swapped="no"/>
+ <signal name="output" handler="ptop_output_cb" swapped="no"/>
+ <signal name="input" handler="ptop_input_cb" swapped="no"/>
</object>
<packing>
<property name="expand">False</property>