Am Montag, 2. Februar 2015, 07:44:36 schrieb Matthias Bodenbinder:
> Am 02.02.2015 um 07:40 schrieb Matthias Bodenbinder:
> > Hi,
> > 
> > I find panel width of 350 to big. So I played a bit with smaller fonts and
> > panel width 300. Here is my darktable.css (thanks to Johannes Hanika for
> > the template):
> > 
> > @import url("/opt/darktable-git/share/darktable/darktable.css");
> > *
> > {
> > 
> >   font: Sans 8;
> > 
> > }
> > 
> > #header_label,#darktable_label,#view_label
> > {
> > 
> >   font: Sans 12;
> > 
> > }
> > 
> > 
> > This works fine except for the "history stack" / "Verlaufsstapel" widget
> > in lighttable mdoe in a german environment. When this widget is opened,
> > the complete right panel gets wider by ca. 50 pxl and extends beyond the
> > 300 pxl I have set. This does not happen if LANG=C.
> > 
> > I first thought that this is due to the long german words like "alles
> > kopieren" or "alles einfügen" etc. But even when I edit po/de.po to
> > prevent translation the panel expansion happens.
> > 
> > Why is that?
> > 
> > Kind regards
> > Matthias
> 
> Even if I change word "Verlaufsstapel" to just "Verlauf" the expansion
> happens. The effect does not seem to have something to do with text width.

That is a known problem and the reason why I made the sidepanels scrollable in 
the horizontal direction. The issue with that module are the three buttons 
next to each other which are set to be of the same width (well, the last row 
with the two buttons has wider buttons, but the grid that the buttons are 
aligned to is homogeneous). The only real solution is to redesign that module 
to not have three buttons next to each other.

> Matthias

Tobias

Attachment: signature.asc
Description: This is a digitally signed message part.

------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
darktable-devel mailing list
darktable-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/darktable-devel

Reply via email to