Comment 4 for bug 1625680

Revision history for this message
In , Andreldm-2 (andreldm-2) wrote :

I'm thinking about a "Side by side" checkbox in Layout section.
Once this option has been properly setup in preferences dialog, I need to define how to handle this here:
http://git.xfce.org/panel-plugins/xfce4-datetime-plugin/tree/panel-plugin/datetime.c?id=6f92135840663b464e4de38b2f6999224344fa79#n608

Currently what happens is:
  Horizontal/deskbar mode:
    Box is vertical
    Label is horizontal
  Vertical mode:
    Box is horizontal
    Label is vertical

If this side-by-side option is turned on, I guess this is what should happen:
  Horizontal/deskbar mode:
    Box is *horizontal*
    Label is horizontal
  Vertical mode:
    Box is horizontal
    Label is vertical

Is that fine?