[Libreoffice-bugs] [Bug 106171] Notebookbar: Drop down actions item size

2017-02-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106171

--- Comment #7 from andreas_k  ---

> > 2. Is there a GOOD reason why there are 3 settings for the icon size.
> Which 3 settings? I don't understand.

the user can change the toolbar icon size, sidebar icon size and notebook icon
size. from my point of view one icon size would be enough.

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


[Libreoffice-bugs] [Bug 106171] Notebookbar: Drop down actions item size

2017-02-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106171

--- Comment #5 from andreas_k  ---
This is awesome it works. Yes the bug is solved.

But I have two questions:

1. the default icon size for "my" notebookbar_groups.ui file should be Large
Toolbar, but I'd like to respect the user settings in Tools > Options how I
have to define the icon in the .ui file, cause ordinary I'll say use cmd/lc_xxx
file.

2. Is there a GOOD reason why there are 3 settings for the icon size. From my
point of view one option should be enough Icon size (Small, Large, Extra
Large).

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


[Libreoffice-bugs] [Bug 106171] Notebookbar: Drop down actions item size

2017-02-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106171

--- Comment #6 from Maxim Monastirsky  ---
(In reply to andreas_k from comment #5)
> 1. the default icon size for "my" notebookbar_groups.ui file should be Large
> Toolbar, but I'd like to respect the user settings in Tools > Options
You can't. "Automatic" is currently hardcoded as small.

> 2. Is there a GOOD reason why there are 3 settings for the icon size.
Which 3 settings? I don't understand.

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


[Libreoffice-bugs] [Bug 106171] Notebookbar: Drop down actions item size

2017-02-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106171

Heiko Tietze  changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 CC||tietze.he...@gmail.com
 Resolution|--- |NOTABUG

--- Comment #4 from Heiko Tietze  ---
Looks like this is not a bug.

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


[Libreoffice-bugs] [Bug 106171] Notebookbar: Drop down actions item size

2017-02-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106171

--- Comment #3 from Maxim Monastirsky  ---
(In reply to andreas_k from comment #2)
> Down there is the code of the SetOutline DropDown Button and when I add
> icon_size it didn't work. Sorry any idea?
icon_size belongs to the whole toolbar control (sfxlo-SidebarToolBox or
sfxlo-NotebookbarToolBox), not to an individual button. The notebookbar.ui of
Writer has some examples of its usage. Also make sure you use a recent version
of master which has my commit. And if you're going to use Glade, also make sure
to use the Glade catalog from master, not the one from 5.3.

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


[Libreoffice-bugs] [Bug 106171] Notebookbar: Drop down actions item size

2017-02-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106171

--- Comment #2 from andreas_k  ---
Down there is the code of the SetOutline DropDown Button and when I add
icon_size it didn't work. Sorry any idea?


   
 True
 False
 True
 .uno:SetOutline
 True
   
   
 False
 True
   


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


[Libreoffice-bugs] [Bug 106171] Notebookbar: Drop down actions item size

2017-02-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106171

Maxim Monastirsky  changed:

   What|Removed |Added

 Status|NEW |NEEDINFO
 CC||momonas...@gmail.com

--- Comment #1 from Maxim Monastirsky  ---
Did you try to set the "Icon size" property in Glade (under the "General" tab)?
It should support the following values:

- small icons (16px), set in Glade with "Menu" or "Small Toolbar".
- large icons (26px), set in Glade with "Large Toolbar".
- extra large (32px), set in Glade with "Drag & Drop".
- default depends on what was set in Tools > Options... for
Sidebar/Notebookbar.

I implemented it some time ago with
https://cgit.freedesktop.org/libreoffice/core/commit/?id=cdf4b2bba8d694299c784f46fe3ecef2ce41171e
(see the commit message for more supported stuff).

In addition, it's possible to set the size of a button regardless of the icon
size with "Height request"/"Width request" (under the "Common" tab), but it
works only for an individual button, not for a whole toolbar control.

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


[Libreoffice-bugs] [Bug 106171] Notebookbar: Drop down actions item size

2017-02-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106171

Samuel Mehrbrodt (CIB)  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||s.mehrbr...@gmail.com
 Blocks||102062
Summary|drop down actions item size |Notebookbar: Drop down
   ||actions item size
 Ever confirmed|0   |1
   Severity|normal  |enhancement


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=102062
[Bug 102062] [META] Notebookbar: bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs