After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 647801 - Create different view for smaller screens
Create different view for smaller screens
Status: RESOLVED FIXED
Product: chronojump
Classification: Other
Component: chronojump
0.9.x
Other All
: Normal critical
: ---
Assigned To: Xavier de Blas
Xavier de Blas
Depends on:
Blocks:
 
 
Reported: 2011-04-14 18:25 UTC by Xavier de Blas
Modified: 2011-04-18 19:06 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Xavier de Blas 2011-04-14 18:25:30 UTC
Now (close to 0.9.3), a 800 width screen will have problems on maximization (default). Things doesn't fit.

Detect screen width on start.

if it's >= 1000
{ 
  don't show the 2nd viewport more (see below)
} 
else 
{
  have a 2nd viewport mode with hbox instead of hbutton_radio_modes. hbox has to have radios, if an user clicks, reproduce de click on the correspondig radio on viewport. don't show the 1st vieport mode
  vbox65 width from 180 to 100
  frame1 expan from yes to no
  notebook_results_data from width, height 225,72 to -1,-1  
  tables in notebook_results_data don't show the avg and session avg, also maybe better no homogeneus
}
Comment 1 Xavier de Blas 2011-04-18 19:06:52 UTC
Fixed also the graph clear window on bells show/hide (resizing grpah results)