Merge pull request #415 from Integral-Tech/tweak-ieee-style

fix(ui): tweak style of IEEE 802.11n/ac/ax
This commit is contained in:
Lakindu Akash 2024-09-23 04:45:42 +05:30 committed by GitHub
commit d8a56967fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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>