diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-09-16 13:41:43 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-09-16 13:41:43 +0100 |
commit | d6e9bb17675200e12777ed23d0c685fbd2bb4c59 (patch) | |
tree | b3cabfed2b21d924c29604e38ad49c6217af4cd0 /cui | |
parent | e2fc3ae88dafd13215019532845db76d726f151d (diff) |
Related: fdo#67730 label overlaps listbox and steals its click
Change-Id: I9b803bb966916210495025e3811732224585c213
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/options/optcolor.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cui/source/options/optcolor.cxx b/cui/source/options/optcolor.cxx index 69a71f6a6a78..c6f50c712151 100644 --- a/cui/source/options/optcolor.cxx +++ b/cui/source/options/optcolor.cxx @@ -346,7 +346,6 @@ ColorConfigWindow_Impl::Entry::Entry( Window *pGrid, unsigned nYPos, , m_aDefaultColor(rColorEntry.getDefaultColor()) { m_pText = new FixedText(pGrid, WB_LEFT|WB_VCENTER|WB_3DLOOK); - m_pText->set_grid_width(3); m_pText->set_grid_left_attach(0); m_pText->set_grid_top_attach(nYPos); m_pText->set_margin_left(6 + nCheckBoxLabelOffset); |