mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 18:50:44 +00:00
Tweak format of date bar on Daily page slightly.
This commit is contained in:
parent
cd30fd73ab
commit
edfbb692e9
@ -1559,12 +1559,14 @@ QString gGraphView::getRangeString()
|
||||
|
||||
QDate std = st.date();
|
||||
QDate etd = et.date();
|
||||
|
||||
// Format if Begin and End are on different days
|
||||
if (std != etd) {
|
||||
QString txt = st.toString(" d MMM [ HH:mm:ss") + " - " + et.toString("HH:mm:ss ] d MMM yyyy");
|
||||
return txt;
|
||||
}
|
||||
|
||||
// Range is within one (local) day
|
||||
qint64 diff = m_maxx - m_minx;
|
||||
QString fmt;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user