summaryrefslogtreecommitdiffstats
path: root/kweather/dockwidget.cpp
diff options
context:
space:
mode:
authorMavridis Philippe <mavridisf@gmail.com>2021-08-11 09:29:23 +0000
committerMavridis Philippe <mavridisf@gmail.com>2021-08-29 08:56:11 +0000
commit07171bc7a78a7c4d45372d8750e857d1da5d6173 (patch)
treef7b7d954ec44649c5e8131163b1831d528fa1924 /kweather/dockwidget.cpp
parent9add97c81586acc4c735d8e12ec3813c92a9edc0 (diff)
downloadtdetoys-07171bc7a78a7c4d45372d8750e857d1da5d6173.tar.gz
tdetoys-07171bc7a78a7c4d45372d8750e857d1da5d6173.zip
KWeather Konqueror sidebar revival
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
Diffstat (limited to 'kweather/dockwidget.cpp')
-rw-r--r--kweather/dockwidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kweather/dockwidget.cpp b/kweather/dockwidget.cpp
index 6319ad1..98d00ac 100644
--- a/kweather/dockwidget.cpp
+++ b/kweather/dockwidget.cpp
@@ -179,7 +179,7 @@ void dockwidget::initDock()
m_lblWind->setMargin(0);
m_lblPres->setMargin(0);
- TQBoxLayout *mainLayout = new TQBoxLayout(this, TQBoxLayout::TopToBottom);
+ TQBoxLayout *mainLayout = new TQBoxLayout(this, TQBoxLayout::LeftToRight);
mainLayout->setSpacing(0);
mainLayout->setMargin(0);
mainLayout->addWidget(m_button, 0, TQt::AlignCenter);