Skip to content
This repository has been archived by the owner on Jun 8, 2021. It is now read-only.

Commit

Permalink
Disable spinned in glade file, to make starting it in code meaningful
Browse files Browse the repository at this point in the history
  • Loading branch information
EPashkin committed Apr 6, 2018
1 parent 1840fa2 commit b1ea028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/gtktest.glade
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ audio-volume-medium</property>
<object class="GtkSpinner" id="spinner">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="active">True</property>
<property name="active">False</property>
</object>
<packing>
<property name="expand">False</property>
Expand Down

0 comments on commit b1ea028

Please sign in to comment.