author | dwmw2 <dwmw2> | 2002-04-04 11:42:18 (UTC) |
---|---|---|
committer | dwmw2 <dwmw2> | 2002-04-04 11:42:18 (UTC) |
commit | bc0b907f0dcd79ef153501520d570f0500c7f20d (patch) (side-by-side diff) | |
tree | c0442878e35b6ebc2dc2c5c623ce72cb4a2837db | |
parent | 0ffdfb93cd33ae975822701e16421990e416c218 (diff) | |
download | opie-bc0b907f0dcd79ef153501520d570f0500c7f20d.zip opie-bc0b907f0dcd79ef153501520d570f0500c7f20d.tar.gz opie-bc0b907f0dcd79ef153501520d570f0500c7f20d.tar.bz2 |
reduce margins to make more space for text
-rw-r--r-- | noncore/unsupported/gsmtool/gsmtoolbase.ui | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/noncore/unsupported/gsmtool/gsmtoolbase.ui b/noncore/unsupported/gsmtool/gsmtoolbase.ui index 69480cd..2cca852 100644 --- a/noncore/unsupported/gsmtool/gsmtoolbase.ui +++ b/noncore/unsupported/gsmtool/gsmtoolbase.ui @@ -406,49 +406,49 @@ </property> <property> <name>sizeHint</name> <size> <width>20</width> <height>20</height> </size> </property> </spacer> </vbox> </widget> <widget> <class>QWidget</class> <property stdset="1"> <name>name</name> <cstring>tab</cstring> </property> <attribute> <name>title</name> <string>Network</string> </attribute> <vbox> <property stdset="1"> <name>margin</name> - <number>0</number> + <number>2</number> </property> <property stdset="1"> <name>spacing</name> <number>1</number> </property> <widget> <class>QLabel</class> <property stdset="1"> <name>name</name> <cstring>NetStatLabel</cstring> </property> <property stdset="1"> <name>text</name> <string>Network Status:</string> </property> </widget> <widget> <class>QLineEdit</class> <property stdset="1"> <name>name</name> <cstring>NetStatText</cstring> </property> <property stdset="1"> <name>focusPolicy</name> @@ -725,60 +725,63 @@ </sizepolicy> </property> <property stdset="1"> <name>text</name> <string>Register</string> </property> </widget> </hbox> </widget> </vbox> </widget> <widget> <class>QWidget</class> <property stdset="1"> <name>name</name> <cstring>tab</cstring> </property> <attribute> <name>title</name> <string>SMS</string> </attribute> <grid> <property stdset="1"> <name>margin</name> - <number>11</number> + <number>-1</number> </property> <property stdset="1"> <name>spacing</name> - <number>6</number> + <number>-1</number> </property> <widget row="0" column="0" > <class>QLayoutWidget</class> <property stdset="1"> <name>name</name> <cstring>Layout6</cstring> </property> + <property> + <name>layoutSpacing</name> + </property> <hbox> <property stdset="1"> <name>margin</name> <number>0</number> </property> <property stdset="1"> <name>spacing</name> <number>6</number> </property> <widget> <class>QLabel</class> <property stdset="1"> <name>name</name> <cstring>SMSStoreLabel</cstring> </property> <property stdset="1"> <name>text</name> <string>Store:</string> </property> </widget> <widget> <class>QComboBox</class> <item> <property> @@ -913,38 +916,42 @@ <widget> <class>QPushButton</class> <property stdset="1"> <name>name</name> <cstring>SMSNewButton</cstring> </property> <property stdset="1"> <name>text</name> <string>New</string> </property> </widget> </hbox> </widget> <widget row="3" column="0" > <class>QMultiLineEdit</class> <property stdset="1"> <name>name</name> <cstring>SMSText</cstring> </property> <property stdset="1"> <name>enabled</name> <bool>false</bool> </property> <property stdset="1"> + <name>hMargin</name> + <number>1</number> + </property> + <property stdset="1"> <name>wordWrap</name> <enum>WidgetWidth</enum> </property> <property stdset="1"> <name>readOnly</name> <bool>true</bool> </property> </widget> </grid> </widget> </widget> </vbox> </widget> </UI> |