[Libreoffice-bugs] [Bug 64151] CONFIGURATION: not enough space for length in Options → LibreOffice Writer → Comparison

2013-06-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64151

Caolán McNamara caol...@redhat.com changed:

   What|Removed |Added

 Status|NEEDINFO|ASSIGNED
   Assignee|libreoffice-b...@lists.free |caol...@redhat.com
   |desktop.org |

--- Comment #11 from Caolán McNamara caol...@redhat.com ---
This sort of stuff is one of the reasons for widget layout.

For the old school stuff the sw/source/ui/config/optdlg.src had...

Pos = MAP_APPFONT ( 100 , 80 ) ;

for the spinfield and

Pos = MAP_APPFONT ( 12 , 82 ) ;
Size = MAP_APPFONT ( 70 , 10 ) ;

for the checkbox, so seeing as the checkbox text is slightly truncated if we
change the width of its Size from 70 to 80 then the last h will surely fit.
With 80 + 12 = 92 for the right edge which is still before the 100 x pos of the
spinfield so it won't overlap and we don't have to move everything else around.
(presumably a pile of other translations still don't fit and a perfect
pre-widget-layout solution requires checking each and every one to get the best
size to fit all)

https://gerrit.libreoffice.org/4162 for 4.0

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 64151] CONFIGURATION: not enough space for length in Options → LibreOffice Writer → Comparison

2013-06-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64151

Julien Nabet serval2...@yahoo.fr changed:

   What|Removed |Added

Summary|CONFIGURATION: Typo in  |CONFIGURATION: not enough
   |Options → LibreOffice   |space for length in
   |Writer → Comparison |Options → LibreOffice
   ||Writer → Comparison

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 64151] CONFIGURATION: not enough space for length in Options → LibreOffice Writer → Comparison

2013-06-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64151

--- Comment #10 from Julien Nabet serval2...@yahoo.fr ---
Thomas: no problem, I've updated the title of the bugtracker so it's more
obvious now :-)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs