diff options
Diffstat (limited to 'gtk/src/resources.plist')
-rw-r--r-- | gtk/src/resources.plist | 44 |
1 files changed, 42 insertions, 2 deletions
diff --git a/gtk/src/resources.plist b/gtk/src/resources.plist index 5cc700ced..0da246c43 100644 --- a/gtk/src/resources.plist +++ b/gtk/src/resources.plist @@ -3280,6 +3280,44 @@ location as the movie.</property> <property name="position">6</property> </packing> </child> + + <child> + <object class="GtkAlignment" id="alignment_j6"> + <property name="visible">True</property> + <property name="left_padding">4</property> + <child> + <object class="GtkHBox" id="hbox1"> + <property name="visible">True</property> + <property name="spacing">4</property> + <child> + <object class="GtkComboBox" id="LoggingLevel"> + <property name="visible">True</property> + <property name="width_request">55</property> + <signal name="changed" handler="pref_changed_cb"/> + </object> + <packing> + <property name="expand">False</property> + <property name="position">0</property> + </packing> + </child> + <child> + <object class="GtkLabel" id="label1"> + <property name="visible">True</property> + <property name="xalign">0</property> + <property name="label" translatable="yes">Logging Level</property> + </object> + <packing> + <property name="position">1</property> + </packing> + </child> + </object> + </child> + </object> + <packing> + <property name="position">7</property> + </packing> + </child> + <child> <object class="GtkCheckButton" id="allow_tweaks"> <property name="can_focus">True</property> @@ -3288,7 +3326,7 @@ location as the movie.</property> <signal name="toggled" handler="tweaks_changed_cb"/> </object> <packing> - <property name="position">7</property> + <property name="position">8</property> </packing> </child> <child> @@ -3299,7 +3337,7 @@ location as the movie.</property> <signal name="toggled" handler="hbfd_feature_changed_cb"/> </object> <packing> - <property name="position">8</property> + <property name="position">9</property> </packing> </child> </object> @@ -5196,6 +5234,8 @@ R2RrUAAABBgBAQACAAAAQAAAABAAAAAQ////AP///wD///8A////AP///wD///8A////AP///wD///8A <dict> <key>EncodeLogLocation</key> <false /> + <key>LoggingLevel</key> + <string>1</string> <key>allow_tweaks</key> <false /> <key>chapters_in_destination</key> |