Skip to content

Commit

Permalink
Fix issue #189 forgotten files
Browse files Browse the repository at this point in the history
  • Loading branch information
brummer10 committed Oct 27, 2024
1 parent d7dc383 commit 9013250
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions trunk/src/gx_head/builder/snam_ui.glade
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
</packing>
</child>
<child>
<object class="GtkLabel" id="input_label">
<object class="GtkLabel" id="input_labell:rack_label">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="label" translatable="yes">Input</property>
Expand All @@ -140,7 +140,7 @@
</packing>
</child>
<child>
<object class="GtkLabel" id="output_label">
<object class="GtkLabel" id="output_labell:rack_label">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="label" translatable="yes">Output</property>
Expand All @@ -154,7 +154,7 @@
</packing>
</child>
<child>
<object class="GtkLabel">
<object class="GtkLabel" id="snamfilel:rack_label">
<property name="width-request">340</property>
<property name="visible">True</property>
<property name="can-focus">False</property>
Expand Down
6 changes: 3 additions & 3 deletions trunk/src/gx_head/builder/srtneural_ui.glade
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
</packing>
</child>
<child>
<object class="GtkLabel">
<object class="GtkLabel" id="srtneuralfilel:rack_label">
<property name="width-request">340</property>
<property name="visible">True</property>
<property name="can-focus">False</property>
Expand All @@ -147,7 +147,7 @@
</packing>
</child>
<child>
<object class="GtkLabel" id="input_label">
<object class="GtkLabel" id="input_labell:rack_label">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="label" translatable="yes">Input</property>
Expand All @@ -161,7 +161,7 @@
</packing>
</child>
<child>
<object class="GtkLabel" id="output_label">
<object class="GtkLabel" id="output_labell:rack_label">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="label" translatable="yes">Output</property>
Expand Down

0 comments on commit 9013250

Please sign in to comment.