mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-13 17:20:51 +00:00
Xaxis ticks font fixed in summary screen
This commit is contained in:
parent
d5ab786b4a
commit
38543bdd9a
@ -8307,7 +8307,7 @@
|
|||||||
<sleeplib/machine.h>
|
<sleeplib/machine.h>
|
||||||
<list>
|
<list>
|
||||||
|
|
||||||
1307862688 /home/mark/projects/git/sleepyhead/src/version.h
|
1307862895 /home/mark/projects/git/sleepyhead/src/version.h
|
||||||
|
|
||||||
1307627540 /home/mark/projects/git/sleepyhead/src/libs/sleeplib/prs1_loader.h
|
1307627540 /home/mark/projects/git/sleepyhead/src/libs/sleeplib/prs1_loader.h
|
||||||
"machine.h"
|
"machine.h"
|
||||||
@ -8345,7 +8345,7 @@
|
|||||||
"sleeplib/profiles.h"
|
"sleeplib/profiles.h"
|
||||||
"sleeplib/machine_loader.h"
|
"sleeplib/machine_loader.h"
|
||||||
|
|
||||||
1307862554 source:/home/mark/projects/git/sleepyhead/src/graphs/graph.cpp
|
1307862895 source:/home/mark/projects/git/sleepyhead/src/graphs/graph.cpp
|
||||||
<wx/settings.h>
|
<wx/settings.h>
|
||||||
<wx/dcbuffer.h>
|
<wx/dcbuffer.h>
|
||||||
<wx/graphics.h>
|
<wx/graphics.h>
|
||||||
|
@ -1339,7 +1339,7 @@ void gXAxis::Plot(wxDC & dc, gGraphWindow & w)
|
|||||||
const int offset=0;
|
const int offset=0;
|
||||||
|
|
||||||
if (!show_time) {
|
if (!show_time) {
|
||||||
DrawText(fd, px-(y/2)-2, py-(x/2)-14+offset, 90.0);
|
DrawText(fd, px-(y/2)-2, py-(x/2)-14+offset, 90.0,*wxBLACK,w.texfont);
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
DrawText(fd, px-(x/2), py-14-y);
|
DrawText(fd, px-(x/2), py-14-y);
|
||||||
|
@ -16,14 +16,14 @@ namespace AutoVersion{
|
|||||||
//Standard Version Type
|
//Standard Version Type
|
||||||
static const long MAJOR = 0;
|
static const long MAJOR = 0;
|
||||||
static const long MINOR = 7;
|
static const long MINOR = 7;
|
||||||
static const long BUILD = 5135;
|
static const long BUILD = 5137;
|
||||||
static const long REVISION = 11367;
|
static const long REVISION = 11377;
|
||||||
|
|
||||||
//Miscellaneous Version Types
|
//Miscellaneous Version Types
|
||||||
static const long BUILDS_COUNT = 4705;
|
static const long BUILDS_COUNT = 4712;
|
||||||
#define RC_FILEVERSION 0,7,5135,11367
|
#define RC_FILEVERSION 0,7,5137,11377
|
||||||
#define RC_FILEVERSION_STRING "0, 7, 5135, 11367\0"
|
#define RC_FILEVERSION_STRING "0, 7, 5137, 11377\0"
|
||||||
static const char FULLVERSION_STRING[] = "0.7.5135.11367";
|
static const char FULLVERSION_STRING[] = "0.7.5137.11377";
|
||||||
|
|
||||||
//These values are to keep track of your versioning state, don't modify them.
|
//These values are to keep track of your versioning state, don't modify them.
|
||||||
static const long BUILD_HISTORY = 0;
|
static const long BUILD_HISTORY = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user