author | korovkin <korovkin> | 2006-03-20 21:46:03 (UTC) |
---|---|---|
committer | korovkin <korovkin> | 2006-03-20 21:46:03 (UTC) |
commit | 14e09a10bff58fac21c14f3171bd0979b2fdbe17 (patch) (side-by-side diff) | |
tree | 5ade4e83f386b4f93d86183e879b7f08a21a2ef9 | |
parent | 74546adb68bd3f17a75003671407c4a4e6b09e73 (diff) | |
download | opie-14e09a10bff58fac21c14f3171bd0979b2fdbe17.zip opie-14e09a10bff58fac21c14f3171bd0979b2fdbe17.tar.gz opie-14e09a10bff58fac21c14f3171bd0979b2fdbe17.tar.bz2 |
Quick fix: made dialog boxes fit into the 240x320 screen.
3 files changed, 26 insertions, 4 deletions
diff --git a/noncore/net/opietooth/manager/rfcommassigndialogbase.ui b/noncore/net/opietooth/manager/rfcommassigndialogbase.ui index ac574a7..04bda8f 100644 --- a/noncore/net/opietooth/manager/rfcommassigndialogbase.ui +++ b/noncore/net/opietooth/manager/rfcommassigndialogbase.ui @@ -13,3 +13,3 @@ <y>0</y> - <width>289</width> + <width>361</width> <height>343</height> @@ -18,2 +18,9 @@ <property stdset="1"> + <name>sizePolicy</name> + <sizepolicy> + <hsizetype>7</hsizetype> + <vsizetype>7</vsizetype> + </sizepolicy> + </property> + <property stdset="1"> <name>caption</name> @@ -21,2 +28,8 @@ </property> + <property> + <name>layoutMargin</name> + </property> + <property> + <name>layoutSpacing</name> + </property> <vbox> @@ -24,3 +37,3 @@ <name>margin</name> - <number>11</number> + <number>4</number> </property> @@ -28,3 +41,3 @@ <name>spacing</name> - <number>6</number> + <number>4</number> </property> @@ -37,2 +50,9 @@ <property stdset="1"> + <name>sizePolicy</name> + <sizepolicy> + <hsizetype>7</hsizetype> + <vsizetype>7</vsizetype> + </sizepolicy> + </property> + <property stdset="1"> <name>text</name> diff --git a/noncore/net/opietooth/manager/rfcommassigndialogimpl.cpp b/noncore/net/opietooth/manager/rfcommassigndialogimpl.cpp index 3fe2ea6..be720b8 100644 --- a/noncore/net/opietooth/manager/rfcommassigndialogimpl.cpp +++ b/noncore/net/opietooth/manager/rfcommassigndialogimpl.cpp @@ -62,2 +62,4 @@ void RfcommAssignDialog::newDevice( const QString & mac ) QDialog dialog( this, "newdevice", true, WStyle_ContextHelp ); + dialog.setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)7, + (QSizePolicy::SizeType)7, sizePolicy().hasHeightForWidth())); diff --git a/noncore/net/opietooth/manager/rfcommdialogitembase.ui b/noncore/net/opietooth/manager/rfcommdialogitembase.ui index f9817df..dd8f121 100644 --- a/noncore/net/opietooth/manager/rfcommdialogitembase.ui +++ b/noncore/net/opietooth/manager/rfcommdialogitembase.ui @@ -13,3 +13,3 @@ <y>0</y> - <width>289</width> + <width>239</width> <height>95</height> |