diff options
author | necoro <> | 2007-05-12 23:02:26 +0000 |
---|---|---|
committer | necoro <> | 2007-05-12 23:02:26 +0000 |
commit | be5997284de46af17f1e169dc94beb9e85462dd3 (patch) | |
tree | dcac9ba3ec1693e83fd0a112eae7f94b6b9ce627 /portato/gui/templates/ui | |
parent | 29087903eee36b6e20fe3e15bba2a8caa872ed95 (diff) | |
download | portato-be5997284de46af17f1e169dc94beb9e85462dd3.tar.gz portato-be5997284de46af17f1e169dc94beb9e85462dd3.tar.bz2 portato-be5997284de46af17f1e169dc94beb9e85462dd3.zip |
now showing the overlay
Diffstat (limited to 'portato/gui/templates/ui')
-rw-r--r-- | portato/gui/templates/ui/MainWindow.ui | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/portato/gui/templates/ui/MainWindow.ui b/portato/gui/templates/ui/MainWindow.ui index def2d67..569f73e 100644 --- a/portato/gui/templates/ui/MainWindow.ui +++ b/portato/gui/templates/ui/MainWindow.ui @@ -89,7 +89,7 @@ </widget> <widget class="QTabWidget" name="tabWidget" > <property name="currentIndex" > - <number>1</number> + <number>0</number> </property> <widget class="QWidget" name="pkgTab" > <attribute name="title" > @@ -120,6 +120,9 @@ <property name="alignment" > <set>Qt::AlignCenter</set> </property> + <property name="wordWrap" > + <bool>true</bool> + </property> </widget> </item> <item> |