Bug 104398 - left panel is too big on RTL desktops
Summary: left panel is too big on RTL desktops
Status: RESOLVED FIXED
Alias: None
Product: akregator
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-22 23:00 UTC by Diego Iastrubni
Modified: 2005-06-28 15:49 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Diego Iastrubni 2005-04-22 23:00:42 UTC
Version:            (using KDE Devel)
Installed from:    Compiled sources

When I run akregator with Hebrew translation (not yet on CVS), the left panel which contains the list of feeds takes the whole screen.

I can reproduce it with akregator beta10 (english UI) using :
akregator --reverse

It happens also when I run akregator inside kontact and kontact is in RTL mode.

BTW: close #93739 ;)
Comment 1 Heinrich Wendel 2005-06-28 15:49:21 UTC
SVN commit 429658 by lanius:

fix --reverse
BUG: 104398

 M  +1 -0      tabwidget.cpp  


--- trunk/KDE/kdepim/akregator/src/tabwidget.cpp #429657:429658
@@ -51,6 +51,7 @@
 TabWidget::TabWidget(QWidget * parent, const char *name)
         :KTabWidget(parent, name), m_CurrentMaxLength(30)
 {
+    setMinimumSize(250,150);
     setTabReorderingEnabled(false);
     connect( this, SIGNAL( currentChanged(QWidget *) ), this,
             SLOT( slotTabChanged(QWidget *) ) );