[Libreoffice-bugs] [Bug 67401] Help - About LibreOffice Logo not smooth when anti-aliasing is OFF

2013-11-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=67401

tommy27 ba...@quipo.it changed:

   What|Removed |Added

Summary|Help - About LibreOffice |Help - About LibreOffice
   | Logo not smooth| Logo not smooth when
   ||anti-aliasing is OFF

--- Comment #26 from tommy27 ba...@quipo.it ---
Ok. now I wonder if we can close this report.
the workaround is very easy, just toggle ON the auto-aliasing option and the
logo will be nice as expected.

can anybody tell me if the default setting for auto-aliasing in a fresh new
installation is ON or OFF?

as said before a new user should not see that ugly logo which could give a bad
impression about to LibO, so I recommend auto-aliasing to be ON by default.

the issue will happen only to those users using an old profile where
anti-aliasing is OFF.

-- 
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 67401] Help - About LibreOffice Logo not smooth when anti-aliasing is OFF

2013-11-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=67401

--- Comment #27 from Michael Meeks michael.me...@collabora.com ---
 See bug 59970. The svg image first was converted to a large bitmap,
 then it was scaled down to the right size. This performed awfully slow,
 so the current solution was chosen.

I guess we just need some way of forcing AA to 'on' in the drawinglayer
programatically for this piece :-)

cui/source/options/optgdlg.cxx:   
mpDrawinglayerOpt-SetAntiAliasing(m_pUseAntiAliase-IsChecked());

Is where the global setting is set I guess.

calc has this horrible class:

/**
 * Temporarily turn off antialiasing.
 */
class AntiAliasingSwitch
{
SvtOptionsDrawinglayer maDrawOpt;
bool mbOldSetting;

Which we could invert and mirror here [ if that would help ;-]. Having said
that the output is sufficiently awfully ugly that IMHO AA is not the whole
story - surely ? either way - patches welcome for 4.2 ...

-- 
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 67401] Help - About LibreOffice Logo not smooth when anti-aliasing is OFF

2013-11-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=67401

Commit Notification libreoffice-comm...@lists.freedesktop.org changed:

   What|Removed |Added

 Whiteboard||target:4.2.0

--- Comment #28 from Commit Notification 
libreoffice-comm...@lists.freedesktop.org ---
Andras Timar committed a patch related to this issue.
It has been pushed to master:

http://cgit.freedesktop.org/libreoffice/core/commit/?id=f6449bf0bb93874f189aab9765c1de43dca69807

fdo#67401 set AntiAliasing for SVG logo



The patch should be included in the daily builds available at
http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
http://wiki.documentfoundation.org/Testing_Daily_Builds
Affected users are encouraged to test the fix and report feedback.

-- 
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 67401] Help - About LibreOffice Logo not smooth when anti-aliasing is OFF

2013-11-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=67401

Andras Timar tima...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED
   Assignee|libreoffice-b...@lists.free |tima...@gmail.com
   |desktop.org |

-- 
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 67401] Help - About LibreOffice Logo not smooth

2013-11-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=67401

Michael Meeks michael.me...@collabora.com changed:

   What|Removed |Added

 CC||michael.me...@collabora.com
   ||, tima...@gmail.com

--- Comment #19 from Michael Meeks michael.me...@collabora.com ---
Andras - a duplicate of my complaint for our internal builds ;-) I wonder guys
- do you change your default font size at all. My first suspicion would be that
there is some TWIPS magic in here that is affected by some font size change =)
any fiddling with that / re-testing appreciated. IIRC that is an svg file in
there so ... it should scale beautifully.

-- 
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 67401] Help - About LibreOffice Logo not smooth

2013-11-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=67401

--- Comment #20 from samuel_w...@web.de ---
That's it!

Icon size and style 
[Automatic] | [Automatic (Tango)] = logo scale bad
[Automatic] | [Galaxy (default)] = logo scale fine

After delete LibreOffice profile, the logo is scale fine with Automatic
(Tango).

-- 
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 67401] Help - About LibreOffice Logo not smooth

2013-11-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=67401

--- Comment #21 from Andras Timar tima...@gmail.com ---
So, as far as I understand, the bug does not occur with a new profile. At least
I could not reproduce it with any scaling/icon style combinations.

-- 
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 67401] Help - About LibreOffice Logo not smooth

2013-11-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=67401

--- Comment #22 from Andras Timar tima...@gmail.com ---
Tools - Options - LibreOffice - View - Graphics output - Use Anti-Aliasing

This has to checked for smooth About box logo. I wonder what to do 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


[Libreoffice-bugs] [Bug 67401] Help - About LibreOffice Logo not smooth

2013-11-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=67401

--- Comment #23 from samuel_w...@web.de ---
(In reply to comment #22)
 Tools - Options - LibreOffice - View - Graphics output - Use Anti-Aliasing
Yes, that is the solution, with anti-aliasing any icon size and style work.

-- 
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 67401] Help - About LibreOffice Logo not smooth

2013-11-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=67401

tommy27 ba...@quipo.it changed:

   What|Removed |Added

Version|4.1.0.4 release |4.0.4.2 release

--- Comment #24 from tommy27 ba...@quipo.it ---
(In reply to comment #23)
 (In reply to comment #22)
  Tools - Options - LibreOffice - View - Graphics output - Use Anti-Aliasing
 Yes, that is the solution, with anti-aliasing any icon size and style work.

yes, it works now in 4.1.3.2

however logo is smooth in 3.6.7 even if auto-aliasing is off.

all 4.1.x releases and probably all 4.0.x releases (I've tested backwards up to
4.0.4) show ugly logo when auto-aliasing is OFF and nice logo when
auto-aliasing is ON

I suspect the regression took place with 4.0.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 67401] Help - About LibreOffice Logo not smooth

2013-11-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=67401

--- Comment #25 from Andras Timar tima...@gmail.com ---
(In reply to comment #24)
 I suspect the regression took place with 4.0.0

See bug 59970. The svg image first was converted to a large bitmap, then it was
scaled down to the right size. This performed awfully slow, so the current
solution was chosen.

-- 
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 67401] Help - About LibreOffice Logo not smooth

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

tommy27 ba...@quipo.it changed:

   What|Removed |Added

 Blocks||60270

-- 
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 67401] Help - About LibreOffice Logo not smooth

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

tommy27 ba...@quipo.it changed:

   What|Removed |Added

 Blocks|60270   |

--- Comment #18 from tommy27 ba...@quipo.it ---
added to mab4.1 list.

as an additional information I see that after resetting the user profile in
Win7 64bit the logo look fine.

there is probably something causing conflicts (maybe extensions?)

is there any other user that can confirm issue disappear after resetting the
user profile?

-- 
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 67401] Help - About LibreOffice Logo not smooth

2013-11-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=67401

--- Comment #16 from samuel_w...@web.de ---
(In reply to comment #13)
 I know that you should not judge a book by it's cover, but I think action
 must be taken before someone uses this to accuse LibO of being a buggy
 software...
 
 I mean, somebody could argue that LibO comes out with a scrambled about
 box, would you dare compose your documents with such a software?

That's what I think too!

486x80 - original /opt/libreoffice4.1/program/flat_logo.svg

665x109 - cut out on a screenshot, looks as if it has been enlarged, maybe
thats the problem?

-- 
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 67401] Help - About LibreOffice Logo not smooth

2013-11-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=67401

--- Comment #17 from samuel_w...@web.de ---
Created attachment 88560
  -- https://bugs.freedesktop.org/attachment.cgi?id=88560action=edit
original - enlarged

-- 
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 67401] Help - About LibreOffice Logo not smooth

2013-11-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=67401

--- Comment #15 from tommy27 ba...@quipo.it ---
Created attachment 88527
  -- https://bugs.freedesktop.org/attachment.cgi?id=88527action=edit
LibO 4.2 alpha 2013-11-01 logo

logo still abnormal under Win7 64bit using yesterday night daily build.
see my screenshot.

-- 
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 67401] Help - About LibreOffice Logo not smooth

2013-11-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=67401

--- Comment #12 from samuel_w...@web.de ---
Created attachment 88480
  -- https://bugs.freedesktop.org/attachment.cgi?id=88480action=edit
LibreOffice 4.1.3.2

KDE4 Debian 7.2

-- 
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 67401] Help - About LibreOffice Logo not smooth

2013-11-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=67401

tommy27 ba...@quipo.it changed:

   What|Removed |Added

 CC||jmadero@gmail.com

--- Comment #13 from tommy27 ba...@quipo.it ---
this issue seems minor since it doesn't affect productivity and is just a
matter of aesthetics... however I feel that this ugly about logo could be used
against the LibO project to discredit the quality of the project.

I know that you should not judge a book by it's cover, but I think action must
be taken before someone uses this to accuse LibO of being a buggy software...

I mean, somebody could argue that LibO comes out with a scrambled about box,
would you dare compose your documents with such a software?

so I'm thinking if we should give this bug a MAB status.

CCing Joel about this.

-- 
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 67401] Help - About LibreOffice Logo not smooth

2013-11-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=67401

--- Comment #14 from Stefan Knorr (astron) heinzless...@gmail.com ---
Confirming for LibO 4.1 (openSUSE 12.3/x86-64 build).
Can't (!) confirm on my own few-weeks-old 4.2-master build (again, Linux
x86-64).

This logo is an SVG, so any corruption in this logo may also occur with other
SVG images. On openSUSE, the file is installed under:
  /usr/share/libreoffice/program/flat-logo.svg (may be elsewhere on other
OS's),
in the LibO core repo, it is in:
  $REPO/icon-themes/galaxy/brand/flat-logo.svg


Given that the triangles in the background (another SVG) are not pixelated, the
bug may just have to do with how the SVG is embedded into the window in this
particular place..?

-- 
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 67401] Help - About LibreOffice Logo not smooth

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

--- Comment #11 from bordfe...@web.de ---
the same in 4.1.2.3 under Linux (Ubuntu 12.04 64bit)

-- 
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 67401] Help - About LibreOffice Logo not smooth

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

tommy27 ba...@quipo.it changed:

   What|Removed |Added

 CC||heinzless...@gmail.com

--- Comment #10 from tommy27 ba...@quipo.it ---
logo still ugly in 4.1.2.3 under Win7 64bit.

I add Astron to CC-list, maybe he can help.

-- 
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 67401] Help - About LibreOffice Logo not smooth

2013-09-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=67401

tommy27 ba...@quipo.it changed:

   What|Removed |Added

 OS|Linux (All) |All
 Status|NEEDINFO|NEW

--- Comment #8 from tommy27 ba...@quipo.it ---
(In reply to comment #1)
 looks fine on Windows 7 64bit.
 probabbly a Linux specific bug.

that was true with 4.1.0.4 under Win7 64bit. logo looked normal.
now using 4.1.1.2 on the same machine I see the same ugly logo reported by
Samuel under Debian

changing status to NEW and platform to ALL

as additional informations I'm using a laptop with 1200x800 resolution and an
external secondary monitor with 1400x1050 resolution. about logo is awful in
both monitors.

same issue with 4.2.0.0 master build Sept.10

-- 
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 67401] Help - About LibreOffice Logo not smooth

2013-09-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=67401

samuel_w...@web.de changed:

   What|Removed |Added

 Status|NEW |NEEDINFO

-- 
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 67401] Help - About LibreOffice Logo not smooth

2013-09-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=67401

tommy27 ba...@quipo.it changed:

   What|Removed |Added

 Status|NEEDINFO|NEW

--- Comment #9 from tommy27 ba...@quipo.it ---
@samuel
please do not revert status from NEW to NEEDINFO

NEW means the bug has been confirmed.
NEEDINFO means the bug is not yet confirmed and additional informations about
reproducibility are needed.

so the correct status is now NEW

-- 
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 67401] Help - About LibreOffice Logo not smooth

2013-09-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=67401

Maxim momonas...@gmail.com changed:

   What|Removed |Added

 CC||bordfe...@web.de

--- Comment #7 from Maxim momonas...@gmail.com ---
*** Bug 69580 has been marked as a duplicate of this bug. ***

-- 
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 67401] Help - About LibreOffice Logo not smooth

2013-08-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=67401

--- Comment #5 from samuel_w...@web.de ---
Created attachment 84781
  -- https://bugs.freedesktop.org/attachment.cgi?id=84781action=edit
1920x1080

-- 
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 67401] Help - About LibreOffice Logo not smooth

2013-08-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=67401

--- Comment #4 from samuel_w...@web.de ---
Created attachment 84780
  -- https://bugs.freedesktop.org/attachment.cgi?id=84780action=edit
1440x900

-- 
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 67401] Help - About LibreOffice Logo not smooth

2013-08-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=67401

--- Comment #6 from tommy27 ba...@quipo.it ---
the question is: 
in the computer where the logo is OK, is it still OK at any resolution setting?

viceversa:
in the computer where the logo is not smooth, is it still bad at any resolution
setting?

-- 
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 67401] Help - About LibreOffice Logo not smooth

2013-08-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=67401

tommy27 ba...@quipo.it changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

--- Comment #3 from tommy27 ba...@quipo.it ---
did you try changing resolution settings in those 2 computers? 
does it change things or not?

-- 
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 67401] Help - About LibreOffice Logo not smooth

2013-08-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=67401

--- Comment #2 from samuel_w...@web.de ---
I have some desktop with a different resolution than 1680x1050 and the
libreoffice logo is ok.

-- 
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 67401] Help - About LibreOffice Logo not smooth

2013-08-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=67401

tommy27 ba...@quipo.it changed:

   What|Removed |Added

 CC||ba...@quipo.it

--- Comment #1 from tommy27 ba...@quipo.it ---
looks fine on Windows 7 64bit.
probabbly a Linux specific bug.

-- 
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 67401] Help - About LibreOffice Logo not smooth

2013-07-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=67401

Adolfo (fitoschido) f...@libreoffice.org changed:

   What|Removed |Added

Summary|Help - About LibreOffice |Help - About LibreOffice
   | Logo not sharp | Logo not smooth

-- 
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