Attributes tag is not supported in GtkButtons. Fixes #591656
This commit is contained in:
parent
ea00b6ce7f
commit
c710e8dcf8
1 changed files with 4 additions and 16 deletions
|
@ -58,15 +58,12 @@
|
|||
<property name="spacing">18</property>
|
||||
<child>
|
||||
<object class="GtkRadioButton" id="none_radiobutton">
|
||||
<property name="label" translatable="yes">Di_rect internet connection</property>
|
||||
<property name="label" translatable="yes"><b>Di_rect internet connection</b></property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="receives_default">False</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="draw_indicator">True</property>
|
||||
<attributes>
|
||||
<attribute name="weight" value="bold"/>
|
||||
</attributes>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
|
@ -84,16 +81,13 @@
|
|||
<property name="spacing">6</property>
|
||||
<child>
|
||||
<object class="GtkRadioButton" id="manual_radiobutton">
|
||||
<property name="label" translatable="yes">_Manual proxy configuration</property>
|
||||
<property name="label" translatable="yes"><b>_Manual proxy configuration</b></property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="receives_default">False</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="draw_indicator">True</property>
|
||||
<property name="group">none_radiobutton</property>
|
||||
<attributes>
|
||||
<attribute name="weight" value="bold"/>
|
||||
</attributes>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
|
@ -432,16 +426,13 @@
|
|||
<property name="spacing">6</property>
|
||||
<child>
|
||||
<object class="GtkRadioButton" id="auto_radiobutton">
|
||||
<property name="label" translatable="yes">_Automatic proxy configuration</property>
|
||||
<property name="label" translatable="yes"><b>_Automatic proxy configuration</b></property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="receives_default">False</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="draw_indicator">True</property>
|
||||
<property name="group">none_radiobutton</property>
|
||||
<attributes>
|
||||
<attribute name="weight" value="bold"/>
|
||||
</attributes>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
|
@ -754,15 +745,12 @@
|
|||
<property name="spacing">6</property>
|
||||
<child>
|
||||
<object class="GtkCheckButton" id="use_auth_checkbutton">
|
||||
<property name="label" translatable="yes">_Use authentication</property>
|
||||
<property name="label" translatable="yes"><b>_Use authentication</b></property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="receives_default">False</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="draw_indicator">True</property>
|
||||
<attributes>
|
||||
<attribute name="weight" value="bold"/>
|
||||
</attributes>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
|
|
Loading…
Add table
Reference in a new issue