~bfiller/phablet-extras/maliit-plugins-dynamic-layout

« back to all changes in this revision

Viewing changes to maliit-keyboard/qml/maliit-ui-constants.qml

  • Committer: Tarmac
  • Author(s): Thomas Moenicke
  • Date: 2013-05-22 19:31:27 UTC
  • mfrom: (2119.1.3 maliit-plugins)
  • Revision ID: tarmac-20130522193127-i26td5bqwfm50ufk
added invisible area above the osk to make it easier to dismiss the keyboard (see feature in nemo).

Approved by Bill Filler, PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
     property int  reference_width:                         units.gu( 40.0      );
19
19
     property int  reference_height:                        units.gu( 26.0      );
20
20
 
21
 
     property int  portrait_invisible_dismiss_helper:       units.gu(  6.777    );
 
21
     property int  portrait_invisible_touch_area:           units.gu(  6.777    );
22
22
     property int  portrait_keyboard_visible_height:        units.gu( 26.0      );
23
23
     property real portrait_keyboard_screen_width_ratio:               1.0
24
24
 
39
39
     property real font_size:                               units.gu(  2.111     );
40
40
 
41
41
 
42
 
     property int  landscape_invisible_dismiss_helper:      units.gu(  6.777    );
 
42
     property int  landscape_invisible_touch_area:          units.gu(  6.777    );
43
43
     property int  landscape_keyboard_visible_height:       units.gu( 33.4      );
44
44
     property real landscape_keyboard_screen_width_ratio:              1.0
45
45