diff options
-rw-r--r-- | gtk/src/ghb3.ui | 1 | ||||
-rw-r--r-- | gtk/src/ghb4.ui | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/gtk/src/ghb3.ui b/gtk/src/ghb3.ui index 23436e4a2..eccd56efc 100644 --- a/gtk/src/ghb3.ui +++ b/gtk/src/ghb3.ui @@ -6435,6 +6435,7 @@ Only one subtitle track can be burned! Since conflicts can occur, the first chos <child> <object class="GtkListBox" id="chapters_list"> <property name="visible">True</property> + <property name="selection-mode">none</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> </object> diff --git a/gtk/src/ghb4.ui b/gtk/src/ghb4.ui index b8975f351..a43645944 100644 --- a/gtk/src/ghb4.ui +++ b/gtk/src/ghb4.ui @@ -5474,6 +5474,7 @@ Only one subtitle track can be burned! Since conflicts can occur, the first chos <object class="GtkListBox" id="chapters_list"> <property name="visible">True</property> <property name="can_focus">True</property> + <property name="selection-mode">none</property> </object> </child> </object> |