|
86 | 86 | </property> |
87 | 87 | </object> |
88 | 88 | </child> |
| 89 | + <child> |
| 90 | + <object class="GtkListBoxRow"> |
| 91 | + <property name="width_request">100</property> |
| 92 | + <property name="selectable">0</property> |
| 93 | + <property name="child"> |
| 94 | + <object class="GtkBox"> |
| 95 | + <property name="can_focus">0</property> |
| 96 | + <property name="margin_top">6</property> |
| 97 | + <property name="margin_bottom">6</property> |
| 98 | + <property name="margin_start">6</property> |
| 99 | + <property name="margin_end">6</property> |
| 100 | + <child> |
| 101 | + <object class="GtkLabel"> |
| 102 | + <property name="hexpand">1</property> |
| 103 | + <property name="can_focus">0</property> |
| 104 | + <property name="halign">start</property> |
| 105 | + <property name="label" translatable="yes">Public IP provider</property> |
| 106 | + </object> |
| 107 | + </child> |
| 108 | + <child> |
| 109 | + <object class="GtkComboBoxText" id="network-public-ip-provider"> |
| 110 | + <property name="can_focus">0</property> |
| 111 | + <property name="active">0</property> |
| 112 | + <items> |
| 113 | + <item translatable="yes">Core Coding</item> |
| 114 | + <item translatable="yes">ipify</item> |
| 115 | + <item translatable="yes">MyIP.com</item> |
| 116 | + </items> |
| 117 | + </object> |
| 118 | + </child> |
| 119 | + </object> |
| 120 | + </property> |
| 121 | + </object> |
| 122 | + </child> |
89 | 123 | <child> |
90 | 124 | <object class="GtkListBoxRow"> |
91 | 125 | <property name="visible">True</property> |
|
147 | 181 | </property> |
148 | 182 | </object> |
149 | 183 | </child> |
| 184 | + <child> |
| 185 | + <object class="GtkListBoxRow"> |
| 186 | + <property name="width_request">100</property> |
| 187 | + <property name="selectable">0</property> |
| 188 | + <property name="child"> |
| 189 | + <object class="GtkBox"> |
| 190 | + <property name="can_focus">0</property> |
| 191 | + <property name="margin_top">6</property> |
| 192 | + <property name="margin_bottom">6</property> |
| 193 | + <property name="margin_start">6</property> |
| 194 | + <property name="margin_end">6</property> |
| 195 | + <child> |
| 196 | + <object class="GtkLabel"> |
| 197 | + <property name="hexpand">1</property> |
| 198 | + <property name="can_focus">0</property> |
| 199 | + <property name="halign">start</property> |
| 200 | + <property name="label" translatable="yes">Speed Unit</property> |
| 201 | + </object> |
| 202 | + </child> |
| 203 | + <child> |
| 204 | + <object class="GtkComboBoxText" id="network-speed-unit"> |
| 205 | + <property name="can_focus">0</property> |
| 206 | + <property name="active">0</property> |
| 207 | + <items> |
| 208 | + <item translatable="yes">Auto</item> |
| 209 | + <item translatable="yes">Kbps / KiB/s</item> |
| 210 | + <item translatable="yes">Mbps / MiB/s</item> |
| 211 | + </items> |
| 212 | + </object> |
| 213 | + </child> |
| 214 | + </object> |
| 215 | + </property> |
| 216 | + </object> |
| 217 | + </child> |
150 | 218 | </object> |
151 | 219 | </property> |
152 | 220 | </object> |
|
0 commit comments