fix(ui): tweak style of ieee 802.11n/ac/ax

This commit is contained in:
Integral 2024-07-19 01:38:14 +08:00
parent 3d586dd2ff
commit 7a358e20f9
No known key found for this signature in database
GPG Key ID: 06313911057DD5A8

View File

@ -413,7 +413,7 @@
</child> </child>
<child> <child>
<object class="GtkCheckButton" id="cb_ieee80211n"> <object class="GtkCheckButton" id="cb_ieee80211n">
<property name="label" translatable="yes">IEEE80211n</property> <property name="label" translatable="yes">IEEE 802.11n</property>
<property name="visible">True</property> <property name="visible">True</property>
<property name="can-focus">True</property> <property name="can-focus">True</property>
<property name="receives-default">False</property> <property name="receives-default">False</property>
@ -439,7 +439,7 @@
</child> </child>
<child> <child>
<object class="GtkCheckButton" id="cb_ieee80211ac"> <object class="GtkCheckButton" id="cb_ieee80211ac">
<property name="label" translatable="yes">IEEE80211ac</property> <property name="label" translatable="yes">IEEE 802.11ac</property>
<property name="visible">True</property> <property name="visible">True</property>
<property name="can-focus">True</property> <property name="can-focus">True</property>
<property name="receives-default">False</property> <property name="receives-default">False</property>
@ -452,7 +452,7 @@
</child> </child>
<child> <child>
<object class="GtkCheckButton" id="cb_ieee80211ax"> <object class="GtkCheckButton" id="cb_ieee80211ax">
<property name="label" translatable="yes">IEEE80211ax</property> <property name="label" translatable="yes">IEEE 802.11ax</property>
<property name="visible">True</property> <property name="visible">True</property>
<property name="can-focus">True</property> <property name="can-focus">True</property>
<property name="receives-default">False</property> <property name="receives-default">False</property>