1
0
mirror of https://github.com/fwbuilder/fwbuilder synced 2026-03-25 12:47:44 +01:00

* InterfaceEditorWidget.ui: set minimum height for the name, label

and few other input fields because they came out squished on Mac.
Fixes #1613.
This commit is contained in:
Vadim Kurland 2010-07-22 00:22:33 +00:00
parent 559d22e137
commit 350fbfb45d
4 changed files with 31 additions and 6 deletions

View File

@ -1 +1 @@
#define BUILD_NUM 3126
#define BUILD_NUM 3127

View File

@ -1,5 +1,9 @@
2010-07-21 Vadim Kurland <vadim@vk.crocodile.org>
* InterfaceEditorWidget.ui: set minimum height for the name, label
and few other input fields because they came out squished on Mac.
Fixes #1613.
* FWWindow.cpp (fileNew): fixed #1611 "File/New should create new
project panel". Like #1612, open new data file in a new project
panel if current project panel has no data file associated with it

View File

@ -24,7 +24,14 @@
</widget>
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="name"/>
<widget class="QLineEdit" name="name">
<property name="minimumSize">
<size>
<width>0</width>
<height>25</height>
</size>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_2">
@ -34,7 +41,14 @@
</widget>
</item>
<item row="1" column="1">
<widget class="QLineEdit" name="label"/>
<widget class="QLineEdit" name="label">
<property name="minimumSize">
<size>
<width>0</width>
<height>25</height>
</size>
</property>
</widget>
</item>
<item row="4" column="0">
<widget class="QLabel" name="label_5">
@ -79,7 +93,14 @@
</widget>
</item>
<item row="2" column="1">
<widget class="QLineEdit" name="mac"/>
<widget class="QLineEdit" name="mac">
<property name="minimumSize">
<size>
<width>0</width>
<height>25</height>
</size>
</property>
</widget>
</item>
<item row="3" column="0">
<widget class="QLabel" name="typeLabel">

View File

@ -51,7 +51,7 @@
</size>
</property>
<property name="currentIndex">
<number>1</number>
<number>0</number>
</property>
<widget class="QWidget" name="page1">
<layout class="QGridLayout" name="gridLayout">
@ -376,7 +376,7 @@
</sizepolicy>
</property>
<property name="text">
<string>Here you can add or edit interfaces manually. 'Name' corresponds to the name of the physical interface, such as 'eth0', 'fxp0', 'ethernet0' etc. 'Label' is used to mark interface to reflect network topology, e.g. 'outside' or 'inside'. Label is mandatory for PIX firewall.</string>
<string>'Name' corresponds to the name of the physical interface, such as 'eth0', 'fxp0', 'ethernet0' etc. 'Label' is used to mark interface to reflect network topology, e.g. 'outside' or 'inside'. Label is mandatory for PIX firewall.</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>