Skip to content

Commit

Permalink
Show app version in MIDI select dlg (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
fengalin committed Jun 12, 2017
1 parent cc45978 commit 2df6ab2
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions gstation_edit/resources/gstation-edit-one-window.ui
Original file line number Diff line number Diff line change
Expand Up @@ -2812,6 +2812,19 @@
<property name="top_attach">2</property>
</packing>
</child>
<child>
<object class="GtkLabel" id="version-lbl">
<property name="visible">True</property>
<property name="sensitive">False</property>
<property name="can_focus">False</property>
<property name="label" translatable="yes">Version 1.0.0</property>
</object>
<packing>
<property name="left_attach">0</property>
<property name="top_attach">3</property>
<property name="width">2</property>
</packing>
</child>
</object>
<packing>
<property name="expand">True</property>
Expand Down

0 comments on commit 2df6ab2

Please sign in to comment.