mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-09-13 16:39:48 +02:00
fixed #1792 address column header in InterfaceEditorWidget should say "IP Address"
This commit is contained in:
@@ -137,15 +137,12 @@
|
||||
</item>
|
||||
<item row="3" column="0" colspan="4">
|
||||
<widget class="QTableWidget" name="addresses">
|
||||
<attribute name="horizontalHeaderDefaultSectionSize">
|
||||
<number>50</number>
|
||||
</attribute>
|
||||
<attribute name="horizontalHeaderDefaultSectionSize">
|
||||
<number>50</number>
|
||||
</attribute>
|
||||
<column>
|
||||
<property name="text">
|
||||
<string>Address</string>
|
||||
<string>IP Address</string>
|
||||
</property>
|
||||
</column>
|
||||
<column>
|
||||
|
||||
Reference in New Issue
Block a user