mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 19:05:46 -05:00
[locale] Norfolk Island gave up +11.5 in 2015
This commit is contained in:
parent
a617dba85e
commit
d511cc2f7a
4 changed files with 3 additions and 4 deletions
Binary file not shown.
Before Width: | Height: | Size: 867 B |
|
@ -21,7 +21,6 @@
|
|||
<file>images/timezone_10.0.png</file>
|
||||
<file>images/timezone_10.5.png</file>
|
||||
<file>images/timezone_11.0.png</file>
|
||||
<file>images/timezone_11.5.png</file>
|
||||
<file>images/timezone_12.0.png</file>
|
||||
<file>images/timezone_12.75.png</file>
|
||||
<file>images/timezone_13.0.png</file>
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
|
||||
static const char* zoneNames[]
|
||||
= { "0.0", "1.0", "2.0", "3.0", "3.5", "4.0", "4.5", "5.0", "5.5", "5.75", "6.0", "6.5", "7.0",
|
||||
"8.0", "9.0", "9.5", "10.0", "10.5", "11.0", "11.5", "12.0", "12.75", "13.0", "-1.0", "-2.0", "-3.0",
|
||||
"8.0", "9.0", "9.5", "10.0", "10.5", "11.0", "12.0", "12.75", "13.0", "-1.0", "-2.0", "-3.0",
|
||||
"-3.5", "-4.0", "-4.5", "-5.0", "-5.5", "-6.0", "-7.0", "-8.0", "-9.0", "-9.5", "-10.0", "-11.0" };
|
||||
static_assert( TimeZoneImageList::zoneCount == ( sizeof( zoneNames ) / sizeof( zoneNames[ 0 ] ) ),
|
||||
"Incorrect number of zones" );
|
||||
|
@ -36,7 +36,7 @@ static_assert( TimeZoneImageList::zoneCount == ( sizeof( zoneNames ) / sizeof( z
|
|||
/* static constexpr */ const int TimeZoneImageList::zoneCount;
|
||||
/* static constexpr */ const QSize TimeZoneImageList::imageSize;
|
||||
|
||||
static_assert( TimeZoneImageList::zoneCount == 38 );
|
||||
static_assert( TimeZoneImageList::zoneCount == 37 );
|
||||
|
||||
TimeZoneImageList::TimeZoneImageList() {}
|
||||
|
||||
|
|
|
@ -77,7 +77,7 @@ public:
|
|||
QImage find( QPoint p ) const;
|
||||
|
||||
/// @brief The **expected** number of zones in the list.
|
||||
static constexpr const int zoneCount = 38;
|
||||
static constexpr const int zoneCount = 37;
|
||||
/// @brief The expected size of each zone image.
|
||||
static constexpr const QSize imageSize = QSize( 780, 340 );
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue