Skip to content

Commit

Permalink
Merge pull request #415 from Integral-Tech/tweak-ieee-style
Browse files Browse the repository at this point in the history
fix(ui): tweak style of IEEE 802.11n/ac/ax
  • Loading branch information
lakinduakash authored Sep 22, 2024
2 parents 7a61db5 + 7a358e2 commit d8a5696
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/ui/glade/wifih.ui
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@
</child>
<child>
<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="can-focus">True</property>
<property name="receives-default">False</property>
Expand All @@ -439,7 +439,7 @@
</child>
<child>
<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="can-focus">True</property>
<property name="receives-default">False</property>
Expand All @@ -452,7 +452,7 @@
</child>
<child>
<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="can-focus">True</property>
<property name="receives-default">False</property>
Expand Down

0 comments on commit d8a5696

Please sign in to comment.