Kaydet (Commit) 9a7e4eac authored tarafından Andras Timar's avatar Andras Timar

fix layout issue on Data Bar dialog

Change-Id: I6bdc5bbbf5e48b5b62562c46afe7f76f3b21a60e
üst dd9a9e19
......@@ -222,8 +222,7 @@ void ScDataBarSettingsDlg::Init()
}
maBtnOk.SetClickHdl( LINK( this, ScDataBarSettingsDlg, OkBtnHdl ) );
Point aPoint = maLbTypeMax.GetPosPixel();
aPoint.Y() += 50;
Point aPoint(maLbTypeMax.GetPosPixel().X(), maFtMax.GetPosPixel().Y());
maLbTypeMax.SetPosPixel(aPoint);
maLbTypeMin.SetSelectHdl( LINK( this, ScDataBarSettingsDlg, TypeSelectHdl ) );
......
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