We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad38922 commit 3d5a924Copy full SHA for 3d5a924
glade/simple_subscription.ui
@@ -109,6 +109,7 @@
109
<property name="can-focus">False</property>
110
<property name="xpad">6</property>
111
<property name="label" translatable="yes">Feed _Source</property>
112
+ <property name="mnemonic_widget">sourceEntry</property>
113
<property name="use-underline">True</property>
114
<attributes>
115
<attribute name="weight" value="bold"/>
@@ -121,7 +122,7 @@
121
122
</packing>
123
</child>
124
<child>
- <object class="GtkEntry">
125
+ <object class="GtkEntry" id="sourceEntry">
126
<property name="visible">True</property>
127
<property name="can-focus">True</property>
128
<property name="margin-end">6</property>
0 commit comments