mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
more xml tweaks
This commit is contained in:
parent
678d5fd710
commit
029f6b8228
1 changed files with 13 additions and 12 deletions
|
@ -25,19 +25,20 @@
|
||||||
<column type="gchararray"/>
|
<column type="gchararray"/>
|
||||||
</columns>
|
</columns>
|
||||||
<data>
|
<data>
|
||||||
<row>
|
|
||||||
<col id="0" translatable="yes">Top</col>
|
|
||||||
</row>
|
|
||||||
<row>
|
<row>
|
||||||
<col id="0" translatable="yes">Baseline</col>
|
<col id="0" translatable="yes">Baseline</col>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<col id="0" translatable="yes">Bottom</col>
|
<col id="0" translatable="yes">Bottom</col>
|
||||||
</row>
|
</row>
|
||||||
|
<row>
|
||||||
|
<col id="0" translatable="yes">Top</col>
|
||||||
|
</row>
|
||||||
</data>
|
</data>
|
||||||
</object>
|
</object>
|
||||||
<object class="GtkWindow" id="window">
|
<object class="GtkWindow" id="window">
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
|
<property name="title" translatable="yes">GES Demo</property>
|
||||||
<property name="default_width">540</property>
|
<property name="default_width">540</property>
|
||||||
<property name="default_height">450</property>
|
<property name="default_height">450</property>
|
||||||
<signal name="destroy" handler="window_destroy_cb"/>
|
<signal name="destroy" handler="window_destroy_cb"/>
|
||||||
|
@ -765,16 +766,16 @@
|
||||||
<object class="GtkTreeSelection" id="selection"/>
|
<object class="GtkTreeSelection" id="selection"/>
|
||||||
<object class="GtkSizeGroup" id="LabelSizeGroup">
|
<object class="GtkSizeGroup" id="LabelSizeGroup">
|
||||||
<widgets>
|
<widgets>
|
||||||
<widget name="label4"/>
|
|
||||||
<widget name="label_inpoint"/>
|
|
||||||
<widget name="label_duration"/>
|
|
||||||
<widget name="label_duration"/>
|
|
||||||
<widget name="label_inpoint"/>
|
|
||||||
<widget name="label2"/>
|
|
||||||
<widget name="label3"/>
|
|
||||||
<widget name="label4"/>
|
|
||||||
<widget name="label5"/>
|
|
||||||
<widget name="label6"/>
|
<widget name="label6"/>
|
||||||
|
<widget name="label5"/>
|
||||||
|
<widget name="label4"/>
|
||||||
|
<widget name="label3"/>
|
||||||
|
<widget name="label2"/>
|
||||||
|
<widget name="label_inpoint"/>
|
||||||
|
<widget name="label_duration"/>
|
||||||
|
<widget name="label_duration"/>
|
||||||
|
<widget name="label_inpoint"/>
|
||||||
|
<widget name="label4"/>
|
||||||
</widgets>
|
</widgets>
|
||||||
</object>
|
</object>
|
||||||
<object class="GtkAction" id="delete">
|
<object class="GtkAction" id="delete">
|
||||||
|
|
Loading…
Reference in a new issue