summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorjvoisin2013-07-17 14:59:20 +0200
committerjvoisin2013-07-17 14:59:20 +0200
commit7602e7c849bcf5deda1742463394f6b9cc78d77d (patch)
tree80ccf31b3d671a63cc284bdca6e9ba8d4e958230 /data
parent8f706abae07a6e9b44726a4707a22aa868132c96 (diff)
MetadataPopup now has a scrollbar
Diffstat (limited to 'data')
-rw-r--r--data/mat.ui113
1 files changed, 58 insertions, 55 deletions
diff --git a/data/mat.ui b/data/mat.ui
index 430eb53..f8b2db1 100644
--- a/data/mat.ui
+++ b/data/mat.ui
@@ -341,14 +341,6 @@
341 </object> 341 </object>
342 </child> 342 </child>
343 </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>
352 <object class="GtkDialog" id="MetadataPopup"> 344 <object class="GtkDialog" id="MetadataPopup">
353 <property name="can_focus">False</property> 345 <property name="can_focus">False</property>
354 <property name="border_width">5</property> 346 <property name="border_width">5</property>
@@ -366,6 +358,55 @@
366 <property name="vexpand">True</property> 358 <property name="vexpand">True</property>
367 <property name="orientation">vertical</property> 359 <property name="orientation">vertical</property>
368 <property name="spacing">2</property> 360 <property name="spacing">2</property>
361 <child>
362 <object class="GtkScrolledWindow" id="MetadataPopupScrolledWindow">
363 <property name="visible">True</property>
364 <property name="can_focus">False</property>
365 <child>
366 <object class="GtkTreeView" id="MetadataPopupTreeView">
367 <property name="can_focus">False</property>
368 <property name="vexpand">True</property>
369 <property name="model">MetadataPopupListStore</property>
370 <property name="rules_hint">True</property>
371 <property name="search_column">0</property>
372 <property name="fixed_height_mode">True</property>
373 <child>
374 <object class="GtkTreeViewColumn" id="MetadataPopupTreeViewName">
375 <property name="sizing">fixed</property>
376 <property name="title" translatable="yes">Name</property>
377 <property name="expand">True</property>
378 <property name="sort_column_id">0</property>
379 <child>
380 <object class="GtkCellRendererText" id="MetadataPopupTreeViewNameCell"/>
381 <attributes>
382 <attribute name="text">0</attribute>
383 </attributes>
384 </child>
385 </object>
386 </child>
387 <child>
388 <object class="GtkTreeViewColumn" id="MetadataPopupTreeViewContent">
389 <property name="sizing">fixed</property>
390 <property name="title" translatable="yes">Content</property>
391 <property name="expand">True</property>
392 <property name="sort_column_id">1</property>
393 <child>
394 <object class="GtkCellRendererText" id="MetadataPopupTreeViewContentCell"/>
395 <attributes>
396 <attribute name="text">1</attribute>
397 </attributes>
398 </child>
399 </object>
400 </child>
401 </object>
402 </child>
403 </object>
404 <packing>
405 <property name="expand">False</property>
406 <property name="fill">True</property>
407 <property name="position">0</property>
408 </packing>
409 </child>
369 <child internal-child="action_area"> 410 <child internal-child="action_area">
370 <object class="GtkButtonBox" id="MetadataPopupButtons"> 411 <object class="GtkButtonBox" id="MetadataPopupButtons">
371 <property name="can_focus">False</property> 412 <property name="can_focus">False</property>
@@ -389,53 +430,7 @@
389 <property name="expand">False</property> 430 <property name="expand">False</property>
390 <property name="fill">True</property> 431 <property name="fill">True</property>
391 <property name="pack_type">end</property> 432 <property name="pack_type">end</property>
392 <property name="position">0</property> 433 <property name="position">1</property>
393 </packing>
394 </child>
395 <child>
396 <object class="GtkTreeView" id="MetadataPopupTreeView">
397 <property name="can_focus">False</property>
398 <property name="vexpand">True</property>
399 <property name="model">MetadataPopupListStore</property>
400 <property name="rules_hint">True</property>
401 <property name="search_column">0</property>
402 <property name="fixed_height_mode">True</property>
403 <child internal-child="selection">
404 <object class="GtkTreeSelection" id="MetadataPopupTreeViewSelection"/>
405 </child>
406 <child>
407 <object class="GtkTreeViewColumn" id="MetadataPopupTreeViewName">
408 <property name="sizing">fixed</property>
409 <property name="title" translatable="yes">Name</property>
410 <property name="expand">True</property>
411 <property name="sort_column_id">0</property>
412 <child>
413 <object class="GtkCellRendererText" id="MetadataPopupTreeViewNameCell"/>
414 <attributes>
415 <attribute name="text">0</attribute>
416 </attributes>
417 </child>
418 </object>
419 </child>
420 <child>
421 <object class="GtkTreeViewColumn" id="MetadataPopupTreeViewContent">
422 <property name="sizing">fixed</property>
423 <property name="title" translatable="yes">Content</property>
424 <property name="expand">True</property>
425 <property name="sort_column_id">1</property>
426 <child>
427 <object class="GtkCellRendererText" id="MetadataPopupTreeViewContentCell"/>
428 <attributes>
429 <attribute name="text">1</attribute>
430 </attributes>
431 </child>
432 </object>
433 </child>
434 </object>
435 <packing>
436 <property name="expand">False</property>
437 <property name="fill">True</property>
438 <property name="position">2</property>
439 </packing> 434 </packing>
440 </child> 435 </child>
441 </object> 436 </object>
@@ -444,6 +439,14 @@
444 <action-widget response="0">MetadataPopupOKButton</action-widget> 439 <action-widget response="0">MetadataPopupOKButton</action-widget>
445 </action-widgets> 440 </action-widgets>
446 </object> 441 </object>
442 <object class="GtkListStore" id="MetadataPopupListStore">
443 <columns>
444 <!-- column-name Name -->
445 <column type="gchararray"/>
446 <!-- column-name Content -->
447 <column type="gchararray"/>
448 </columns>
449 </object>
447 <object class="GtkDialog" id="SupportedWindow"> 450 <object class="GtkDialog" id="SupportedWindow">
448 <property name="can_focus">False</property> 451 <property name="can_focus">False</property>
449 <property name="title" translatable="yes">Supported formats</property> 452 <property name="title" translatable="yes">Supported formats</property>