[Libreoffice-bugs] [Bug 76825] UI: Styles drop down menu is too narrow in Libreoffice Writer (comment #16)

2015-04-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=76825

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

   What|Removed |Added

 Whiteboard|BSA NeedsDevEval|BSA NeedsDevEval
   |bibisectNotNeeded   |bibisectNotNeeded
   ||target:5.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 76825] UI: Styles drop down menu is too narrow in Libreoffice Writer (comment #16)

2015-04-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=76825

--- Comment #24 from Commit Notification 
libreoffice-comm...@lists.freedesktop.org ---
Caolán McNamara committed a patch related to this issue.
It has been pushed to master:

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

Resolves: tdf#76825 styles drop down menu is too narrow

It will be available in 5.0.0.

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 76825] UI: Styles drop down menu is too narrow in Libreoffice Writer (comment #16)

2015-04-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=76825

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

   What|Removed |Added

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

--- Comment #25 from Caolán McNamara caol...@redhat.com ---
https://gerrit.libreoffice.org/#/c/15471/

-- 
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 76825] UI: Styles drop down menu is too narrow in Libreoffice Writer (comment #16)

2015-03-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=76825

Robinson Tryon (qubit) qu...@runcibility.com changed:

   What|Removed |Added

 CC||qu...@runcibility.com
 Whiteboard|BSA NeedsDevEval|BSA NeedsDevEval
   ||bibisectNotNeeded

--- Comment #23 from Robinson Tryon (qubit) qu...@runcibility.com ---
(In reply to Jay Philips from comment #16)
 This doesnt need to be bibisected as it is not a regression in 4.0 as the
 drop down changed from simple text to styled text in 4.0.

Whiteboard - bibisectNotNeeded

-- 
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 76825] UI: Styles drop down menu is too narrow in Libreoffice Writer (comment #16)

2015-02-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=76825

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

   What|Removed |Added

 CC||caol...@redhat.com

--- Comment #18 from Caolán McNamara caol...@redhat.com ---
Created attachment 113364
  -- https://bugs.documentfoundation.org/attachment.cgi?id=113364action=edit
err, how it looks for me in 4.4 under gnome3

For me the menu does expand to fit the width of the longest style name (up to a
reasonable limit) and looks fine. How some everyone elses screen shots don't
look like mine ?

-- 
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 76825] UI: Styles drop down menu is too narrow in Libreoffice Writer (comment #16)

2015-02-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=76825

--- Comment #20 from Caolán McNamara caol...@redhat.com ---
So what's going on here is that the width is the width of the longest text in
the *default* UI font. What we'd have to do is to user-draw *all* the entries
and not just the special ones. Then not store the text to be rendered in the
combobox drop down itself, but store it elsewhere. Calc the width of each entry
ourselves as it will be drawn in the destination text user-draw callback and 
set that width as the user-added-width to the combobox, i.e the width of the
dropdown becomes 0 text entry width as calculated by itself + X extra width as
calculated by us.

-- 
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 76825] UI: Styles drop down menu is too narrow in Libreoffice Writer (comment #16)

2015-02-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=76825

--- Comment #21 from V Stuart Foote vstuart.fo...@utsa.edu ---
Created attachment 113368
  -- https://bugs.documentfoundation.org/attachment.cgi?id=113368action=edit
a long style name in font smaller than Default -- it all fits

(In reply to Caolán McNamara from comment #20)

Confirming, attached using a font point smaller than Default--it all fits.

That is it appears the length of the longest style name present in the
document/user profile is the target for resize. 

But that calculation of the combobox dropdown's width is now using the metrics
from the default style's font--rather than of the target, and so is not being
set wide enough?

But, wouldn't handling them all in advance add a lot of overhead? And where
would the style name list be stored?  Needed for each user profile, but also
needed in the ODF since it would have to be bundled with each document--right?

-- 
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 76825] UI: Styles drop down menu is too narrow in Libreoffice Writer (comment #16)

2015-02-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=76825

--- Comment #22 from Caolán McNamara caol...@redhat.com ---
Only need to calculate the length of the 10 strings shown in the menu as they
are entered at runtime. So no biggy. As to where to store the sizes, it can be
done the same way as the font name dialog beside it which has to do basically
the same thing, except with a lot more entries than the stylename box. It just
means the FontStyleListBox has to have a vector of widths which it updates as
it enters an entry and massages the numbers to keep its ComboBox superclass
happy. Might be able to carve out a little time next week to make it 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 76825] UI: Styles drop down menu is too narrow in Libreoffice Writer (comment #16)

2015-02-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=76825

V Stuart Foote vstuart.fo...@utsa.edu changed:

   What|Removed |Added

 CC||vstuart.fo...@utsa.edu

--- Comment #19 from V Stuart Foote vstuart.fo...@utsa.edu ---
Created attachment 113367
  -- https://bugs.documentfoundation.org/attachment.cgi?id=113367action=edit
the 4.4.2.0+ Style selection menu button with a wide label as on Windows 7

(In reply to Caolán McNamara from comment #18)
 ... How some everyone elses screen shots
 don't look like mine ?

Attaching a screen clip from Windows 7 sp1, 64-bit en-US with
4.4.2.0.0+ from 2015-02-11_15:55:36 Locale: en_US

I would agree it is doing what it is supposed to. Expanding the dropdown width
to some limit (~240px? looking at a Pixel Ruler session) to display a sample of
the styled text, also displays the style name label aligned right in its fixed
box.

This all seems correct-- we don't want the menu box to expand, we don't want
the styled dropdown listing of styles to expand too wide. The split button
selector only exposed on the active style selection.

Believe it has the right balance--but may not be what folks have been used to.

-- 
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 76825] UI: Styles drop down menu is too narrow in Libreoffice Writer (comment #16)

2015-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=76825

Jay Philips philip...@hotmail.com changed:

   What|Removed |Added

Summary|UI: Styles drop down menu   |UI: Styles drop down menu
   |is too narrow in|is too narrow in
   |Libreoffice Writer  |Libreoffice Writer (comment
   ||#16)
 Whiteboard|BSA NeedsDevEval|BSA NeedsDevEval
   |bibisectRequest |

--- Comment #16 from Jay Philips philip...@hotmail.com ---
Starting with LO 4.0, we show entries in the styles drop down not as simple
text but as styled text.

Bug 83008 (attachment 105195) states that if you have long style names the drop
down doesnt auto resize wide enough to fit the style names.

This bug was opened because of the changed in 4.2, which Maxim stated was done
by Keith Curtis (
http://lists.freedesktop.org/archives/libreoffice/2013-December/058146.html ),
where the control was shrunk as it looked to wide in Gnome 3. The shrinking of
the control caused the default style drop down in english to have letters
cropped (attachment 96646) as drop down width isnt been resize wide enough.

Samuel's change to the control width in comment 10 recovered half of the space
removed by Keith, which stopped the cropping of the default english style
names, but bug 62081 introduced a drop down submenu button to each entry which
overlaps some of the letters in long names (attachment 112288).

To solve this problem we need to

1) Make the minimum size of the drop down be 180px
2) Accurately calculating the needed space to fit the styled text and add
additional space for the drop down submenu button.

(In reply to Joel Madero from comment #15)
 MAB should be set to highest. What is weird is that the person who added
 this to the MAB list said it's been a problem since 4.0 but the original
 poster said 4.2

This doesnt need to be bibisected as it is not a regression in 4.0 as the drop
down changed from simple text to styled text in 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 76825] UI: Styles drop down menu is too narrow in Libreoffice Writer

2015-01-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=76825

Jay Philips philip...@hotmail.com changed:

   What|Removed |Added

 CC||libreoffice-ux-advise@lists
   ||.freedesktop.org

--- Comment #14 from Jay Philips philip...@hotmail.com ---
The style drop down width shouldnt be fixed to the width of the style control,
the same way we are doing it with the font name drop down. Also with bug 62081,
we have added the style entry submenu drop down button which takes up 21px,
which presently can cover over a style's name, as can be seen in attachment
112288.

The most ideal thing is just like Samuel said in comment 10 that the width of
the drop down should be calculated by the items in it, as you could have styles
with long names that would be cropped at the current width. Presently we need
to have the drop down width set to 180px so that there is ample space with the
default styles.

-- 
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 76825] UI: Styles drop down menu is too narrow in Libreoffice Writer

2015-01-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=76825

Joel Madero jmadero@gmail.com changed:

   What|Removed |Added

   Priority|medium  |highest
 CC||jmadero@gmail.com
 Whiteboard|BSA NeedsDevEval|BSA NeedsDevEval
   ||bibisectRequest

--- Comment #15 from Joel Madero jmadero@gmail.com ---
MAB should be set to highest. What is weird is that the person who added this
to the MAB list said it's been a problem since 4.0 but the original poster said
4.2

Also - a bibisect might be useful.
https://wiki.documentfoundation.org/QA/HowToBibisect

-- 
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 76825] UI: Styles drop down menu is too narrow in Libreoffice Writer

2015-01-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=76825

--- Comment #13 from Philipp Weissenbacher p.weissenbac...@gmail.com ---
Created attachment 112288
  -- https://bugs.freedesktop.org/attachment.cgi?id=112288action=edit
Screenshot of the style drop-down in 4.4.0.2

The addition of the button in 4.4 makes this even worse.

-- 
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 76825] UI: Styles drop down menu is too narrow in Libreoffice Writer

2015-01-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=76825

Philipp Weissenbacher p.weissenbac...@gmail.com changed:

   What|Removed |Added

 Blocks||79641

-- 
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 76825] UI: Styles drop down menu is too narrow in Libreoffice Writer

2014-12-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=76825

Cor Nouws c...@nouenoff.nl changed:

   What|Removed |Added

   Keywords||regression
 CC||c...@nouenoff.nl

-- 
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 76825] UI: Styles drop down menu is too narrow in Libreoffice Writer

2014-12-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=76825

Adolfo Jayme (UX) f...@libreoffice.org changed:

   What|Removed |Added

 CC||davidlangertoro...@gmail.co
   ||m

--- Comment #11 from Adolfo Jayme (UX) f...@libreoffice.org ---
*** Bug 87696 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 76825] UI: Styles drop down menu is too narrow in Libreoffice Writer

2014-12-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=76825

--- Comment #12 from Adolfo Jayme (UX) f...@libreoffice.org ---
*** Bug 87696 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 76825] UI: Styles drop down menu is too narrow in Libreoffice Writer

2014-12-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=76825

Adolfo Jayme (UX) f...@libreoffice.org changed:

   What|Removed |Added

   See Also|https://bugs.freedesktop.or |https://issues.apache.org/o
   |g/show_bug.cgi?id=83008 |oo/show_bug.cgi?id=35225
 Whiteboard|BSA NeedDevEval |BSA NeedsDevEval

-- 
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 76825] UI: Styles drop down menu is too narrow in Libreoffice Writer

2014-09-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=76825

Samuel Mehrbrodt s.mehrbr...@gmail.com changed:

   What|Removed |Added

 CC||s.mehrbr...@gmail.com

--- Comment #10 from Samuel Mehrbrodt s.mehrbr...@gmail.com ---
I have increased the size of the dropdown by 10 px in this commit:
http://cgit.freedesktop.org/libreoffice/core/commit/?id=d59e33500a250824e713afacef2ea295576caba6

However, it can still be improved (the size should be calculated based on the
width of the items in the dropdown).

-- 
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 76825] UI: Styles drop down menu is too narrow in Libreoffice Writer

2014-08-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=76825

Harald Koester harald.koes...@mail.de changed:

   What|Removed |Added

 CC||matthias.weis...@gmx.de

--- Comment #8 from Harald Koester harald.koes...@mail.de ---
*** Bug 83008 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 76825] UI: Styles drop down menu is too narrow in Libreoffice Writer

2014-08-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=76825

rob...@familiegrosskopf.de changed:

   What|Removed |Added

 OS|Windows (All)   |All
 CC||rob...@familiegrosskopf.de
Version|4.2.5.2 release |4.0.0.3 release

--- Comment #9 from rob...@familiegrosskopf.de ---
This bug exists since LO 4.0.0.0beta1 - first version where the styles where
shown in WYSIWYG. See Bug83008. I set the version to the first 4.*-version.

It's the same in Linux, depending on the fonts, which are installed. So I set
the platform to all.

-- 
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 76825] UI: Styles drop down menu is too narrow in Libreoffice Writer

2014-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=76825

manj_k courrier.oou.fr@googlemail.com changed:

   What|Removed |Added

   See Also||https://bugs.freedesktop.or
   ||g/show_bug.cgi?id=83008

-- 
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 76825] UI: Styles drop down menu is too narrow in Libreoffice Writer

2014-08-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=76825

Adolfo Jayme f...@libreoffice.org changed:

   What|Removed |Added

 CC||j...@cspv.hu

--- Comment #6 from Adolfo Jayme f...@libreoffice.org ---
*** Bug 82701 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 76825] UI: Styles drop down menu is too narrow in Libreoffice Writer

2014-08-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=76825

Adolfo Jayme f...@libreoffice.org changed:

   What|Removed |Added

   See Also||https://bugs.freedesktop.or
   ||g/show_bug.cgi?id=73051

-- 
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 76825] UI: Styles drop down menu is too narrow in Libreoffice Writer

2014-08-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=76825

--- Comment #7 from peter josvai j...@cspv.hu ---
don't ever bother dropping someone a mail or anything ... (like hi, thanks,
we're already on it! - don't ever bother, really)
cause we are machines or what ... or cogs in a big machine .)
just go the beurocratic way, drop that person some cc :)

it took me 15 minutes to report this bug ...
i took it seriously, and i meant it ...
but i'm sure i'll never do that again

Peter






on 2014-08-16 / 18:49:01

you wrote:

Adolfo Jayme changed bug 76825 
WhatRemovedAdded
See Also  https://bugs.freedesktop.org/show_bug.cgi?id=73051 



You are receiving this mail because: 
You are on the CC list for the 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 76825] UI: Styles drop down menu is too narrow in Libreoffice Writer

2014-08-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=76825

Maxim Monastirsky momonas...@gmail.com changed:

   What|Removed |Added

 CC||pascal.fischer.ac@googlemai
   ||l.com

--- Comment #5 from Maxim Monastirsky momonas...@gmail.com ---
*** Bug 81900 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 76825] UI: Styles drop down menu is too narrow in Libreoffice Writer

2014-07-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=76825

Maxim Monastirsky momonas...@gmail.com changed:

   What|Removed |Added

 CC||momonas...@gmail.com

--- Comment #4 from Maxim Monastirsky momonas...@gmail.com ---
(In reply to comment #3)
 I assume this should be easy to
 fix, simply by setting the width of the drop down to 150 pixels as it used
 to be in 4.1.6.
Not sure it's a good idea, because it may look too wide on HiDPI, at least that
was the reason for the change. See
http://lists.freedesktop.org/archives/libreoffice/2013-December/058146.html for
more information.

Hopefully it can be resolved in a way similar to Bug 73051, which deals with a
similar regression with the font size box, introduced by exactly the same
commit.

-- 
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 76825] UI: Styles drop down menu is too narrow in Libreoffice Writer

2014-06-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=76825

Jay Philips philip...@hotmail.com changed:

   What|Removed |Added

 Whiteboard|BSA |BSA NeedDevEval
 CC||philip...@hotmail.com
Version|4.3.0.0.alpha0+ Master  |4.2.5.2 release

--- Comment #3 from Jay Philips philip...@hotmail.com ---
This has been an issue since the style drop down was shrunk in 4.2, atleast
thats why i'm guessing as i'm running 4.2.5. I assume this should be easy to
fix, simply by setting the width of the drop down to 150 pixels as it used to
be in 4.1.6.

-- 
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 76825] UI: Styles drop down menu is too narrow in Libreoffice Writer

2014-05-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=76825

Jorendc jore...@libreoffice.org changed:

   What|Removed |Added

 CC||etm...@gmail.com

--- Comment #2 from Jorendc jore...@libreoffice.org ---
*** Bug 79220 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 76825] UI: Styles drop down menu is too narrow in Libreoffice Writer

2014-03-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=76825

Adolfo Jayme f...@libreoffice.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||f...@libreoffice.org
 Ever confirmed|0   |1

--- Comment #1 from Adolfo Jayme f...@libreoffice.org ---
Confirmed on 4.2.3.

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