EpisodeWidget: Make cancel button insensitive.

This commit is contained in:
Jordan Petridis
2017-12-27 15:13:09 +02:00
parent 0a7825dfff
commit ada73a616f
2 changed files with 5 additions and 4 deletions
+2 -1
View File
@@ -175,8 +175,9 @@
<child>
<object class="GtkButton" id="cancel_button">
<property name="label" translatable="yes">Cancel</property>
<property name="sensitive">False</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="receives_default">False</property>
<property name="no_show_all">True</property>
<property name="valign">center</property>
</object>