Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Place the window a bit higher (#1535)
Browse files Browse the repository at this point in the history
  • Loading branch information
MortimerGoro authored and bluemarvin committed Aug 8, 2019
1 parent ff4df94 commit d3500aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/src/main/res/values/dimen.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- Browser window -->
<dimen name="browser_width_pixels">800px</dimen>
<item name="window_world_width" format="float" type="dimen">4.0</item>
<item name="window_world_y" format="float" type="dimen">0.2</item>
<item name="window_world_y" format="float" type="dimen">0.5</item>
<item name="window_world_z" format="float" type="dimen">-4.2</item>
<item name="multi_window_angle" format="float" type="dimen">60.0</item>
<dimen name="multi_window_padding">10dp</dimen>
Expand All @@ -21,7 +21,7 @@
<!-- Keyboard -->
<item name="keyboard_world_width" format="float" type="dimen">3.25</item>
<item name="keyboard_x" format="float" type="dimen">-0.15</item>
<item name="keyboard_y" format="float" type="dimen">-0.6</item>
<item name="keyboard_y" format="float" type="dimen">-0.3</item>
<item name="keyboard_z" format="float" type="dimen">-2.5</item>
<item name="keyboard_world_rotation" format="float" type="dimen">-35.0</item>
<dimen name="keyboard_height">188dp</dimen>
Expand Down Expand Up @@ -119,7 +119,7 @@
<dimen name="autocompletion_widget_item_padding">20dp</dimen>

<!-- Tray -->
<item name="tray_world_y" format="float" type="dimen">0.1</item>
<item name="tray_world_y" format="float" type="dimen">0.4</item>
<item name="tray_world_z" format="float" type="dimen">-2.5</item>
<item name="tray_world_width" format="float" type="dimen">1.2</item>
<dimen name="tray_width">206dp</dimen>
Expand Down

0 comments on commit d3500aa

Please sign in to comment.