Kaydet (Commit) d076881e authored tarafından Kohei Yoshida's avatar Kohei Yoshida Kaydeden (comit) Petr Mladek

Fixed layout breakage for KDE, X11 and (possibly) Mac. (fdo#32133)

Signed-off-by: 's avatarPetr Mladek <pmladek@suse.cz>
üst bac4a610
...@@ -267,7 +267,7 @@ OfaMiscTabPage::OfaMiscTabPage(Window* pParent, const SfxItemSet& rSet ) : ...@@ -267,7 +267,7 @@ OfaMiscTabPage::OfaMiscTabPage(Window* pParent, const SfxItemSet& rSet ) :
if ( !aFileDlgCB.IsVisible() ) if ( !aFileDlgCB.IsVisible() )
{ {
// rearrange the following controls // rearrange the following controls
Point aNewPos = aDocStatusFL.GetPosPixel(); Point aNewPos = aPrintDlgFL.GetPosPixel();
long nDelta = aNewPos.Y() - aFileDlgFL.GetPosPixel().Y(); long nDelta = aNewPos.Y() - aFileDlgFL.GetPosPixel().Y();
Window* pWins[] = Window* pWins[] =
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment