summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/mat.ui17
1 files changed, 9 insertions, 8 deletions
diff --git a/data/mat.ui b/data/mat.ui
index c0f66f5..430eb53 100644
--- a/data/mat.ui
+++ b/data/mat.ui
@@ -277,6 +277,7 @@
277 <property name="rules_hint">True</property> 277 <property name="rules_hint">True</property>
278 <property name="search_column">1</property> 278 <property name="search_column">1</property>
279 <property name="fixed_height_mode">True</property> 279 <property name="fixed_height_mode">True</property>
280 <property name="rubber_banding">True</property>
280 <signal name="drag-data-received" handler="cb_drag_data_received" swapped="no"/> 281 <signal name="drag-data-received" handler="cb_drag_data_received" swapped="no"/>
281 <signal name="row-activated" handler="cb_popup_metadata" swapped="no"/> 282 <signal name="row-activated" handler="cb_popup_metadata" swapped="no"/>
282 <child internal-child="selection"> 283 <child internal-child="selection">
@@ -340,6 +341,14 @@
340 </object> 341 </object>
341 </child> 342 </child>
342 </object> 343 </object>
344 <object class="GtkListStore" id="MetadataPopupListStore">
345 <columns>
346 <!-- column-name Name -->
347 <column type="gchararray"/>
348 <!-- column-name Content -->
349 <column type="gchararray"/>
350 </columns>
351 </object>
343 <object class="GtkDialog" id="MetadataPopup"> 352 <object class="GtkDialog" id="MetadataPopup">
344 <property name="can_focus">False</property> 353 <property name="can_focus">False</property>
345 <property name="border_width">5</property> 354 <property name="border_width">5</property>
@@ -435,14 +444,6 @@
435 <action-widget response="0">MetadataPopupOKButton</action-widget> 444 <action-widget response="0">MetadataPopupOKButton</action-widget>
436 </action-widgets> 445 </action-widgets>
437 </object> 446 </object>
438 <object class="GtkListStore" id="MetadataPopupListStore">
439 <columns>
440 <!-- column-name Name -->
441 <column type="gchararray"/>
442 <!-- column-name Content -->
443 <column type="gchararray"/>
444 </columns>
445 </object>
446 <object class="GtkDialog" id="SupportedWindow"> 447 <object class="GtkDialog" id="SupportedWindow">
447 <property name="can_focus">False</property> 448 <property name="can_focus">False</property>
448 <property name="title" translatable="yes">Supported formats</property> 449 <property name="title" translatable="yes">Supported formats</property>