[Libreoffice-bugs] [Bug 127803] Appearance for consistent Dialogs

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Sun Sep 29 21:04:08 UTC 2019


https://bugs.documentfoundation.org/show_bug.cgi?id=127803

--- Comment #7 from andreas_k <kainz.a at gmail.com> ---
(In reply to Caolán McNamara from comment #6)
> But I think trying to use some centralized widget for all dialogs as
> seriously difficult. We have a stupendous amount of ui

I don't suggest to make ONE big centralized widget the idea is to have ONE
widget that contain

- GtkFrame (generic)
  - GtkAlignment (generic)
    - GtkBox, GtkGrid, ... (specific)
  - GtkLabel (generic)

I'd like to merge 3 widgets (generic) and define in

- GtkFrame (generic)
  distance to other widgets
  maximal width
- GtkAlignment (generic)
  define padding
- GtkLabel
  define text attributes

cause than we can change the layout of the dialogues centralize. As you can see
the centralized widget didn't offer to much complexity.

The goal should be that in the stupendous amount of ui files the developer
didn't have to define ui specific paddings, ...

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20190929/df7a10f0/attachment.html>


More information about the Libreoffice-bugs mailing list