Emdek / plasmoid-adjustable-clock

Plasmoid to show date and time in adjustable format
GNU General Public License v2.0
20 stars 5 forks source link

AM/PM should not be displayed in beClock when in 24 hours mode #14

Closed gdebure closed 10 years ago

gdebure commented 10 years ago

I'm using the beClock in 24 hours mode, and like it a lot ! However, the "AM/PM" indicator is of no use in this mode, and I think it should be removed. I tried to fix it myself by updating the source, but the only way I could find would be setting opacity to 0.0 on the ".back" class.

Any better way to do it ?

Emdek commented 10 years ago

You can also remove this line:

    <div class="back" component="TimeOfDay"></div>

I think that indicator is important part of design of that clock, so I would go for separate option to disable it, instead of disabling it always if mode is set to 24 hours.

gdebure commented 10 years ago

Thanks for the workaround and quick fix :)