Resize for 800x480 screens.

pull/4/head
hexameron 2016-07-10 19:27:07 +01:00
rodzic a508dd5d01
commit bc60ef8703
2 zmienionych plików z 7 dodań i 7 usunięć

Wyświetl plik

@ -449,11 +449,11 @@ Fl_Output *habElevation;
Fl_Output *habTimeSinceLastRx;
Fl_Output *habString;
int w_TopFrameHAB = 800;
int w_TopFrameHAB = 780;
int w_habFlight = 300;
int w_habFlight = 210;
int w_habOpenBrowser = 80;
int w_habCHPayload = 100;
int w_habCHPayload = 140;
int w_habConfigureButton = 120;
int w_habSwitchModes = 120;
int w_habCHTransmission = 100;
@ -466,8 +466,8 @@ int w_habChecksum = 70;
int w_habBearing = 50;
int w_habDistance = 60;
int w_habElevation = 50;
int w_habTimeSinceLastRx = 80;
int w_habString = 430;
int w_habTimeSinceLastRx = 60;
int w_habString = 440;
int HAB_width = -1;
int HAB_height = 0;
@ -8534,7 +8534,7 @@ void create_fl_digi_main_dl_fldigi() {
habElevation->labelcolor(FL_FOREGROUND_COLOR);
habElevation->align(FL_ALIGN_TOP); }
{ habTimeSinceLastRx = new Fl_Output(rightof(habElevation) + 2, habRowTwoY, w_habTimeSinceLastRx, Hentry, _("Time since Rx"));
{ habTimeSinceLastRx = new Fl_Output(rightof(habElevation) + 2, habRowTwoY, w_habTimeSinceLastRx, Hentry, _("Last Rx"));
habTimeSinceLastRx->tooltip(_("Elapsed time since last line of telemetry received"));
habTimeSinceLastRx->box(FL_DOWN_BOX);
habTimeSinceLastRx->color(FL_BACKGROUND2_COLOR);

Wyświetl plik

@ -55,7 +55,7 @@
#define DEFAULT_HWFALL 124
//#define DEFAULT_HNOM 500
#define WMIN 800
#define WMIN_hab 1000
#define WMIN_hab 800
#define HMIN 460 //500
//#define Wwfall (DEFAULT_HNOM + 2 * BEZEL)
//#define DEFAULT_WNOM (Wwfall + 2* DEFAULT_SW)