Merge lp:~krytarik/lubuntu-default-settings/bug-1266138 into lp:lubuntu-default-settings

Proposed by Krytarik Raido
Status: Merged
Merged at revision: 341
Proposed branch: lp:~krytarik/lubuntu-default-settings/bug-1266138
Merge into: lp:lubuntu-default-settings
Diff against target: 43 lines (+4/-4)
2 files modified
src/usr/share/lubuntu/openbox/nexus-rc.xml (+2/-2)
src/usr/share/lubuntu/openbox/rc.xml (+2/-2)
To merge this branch: bzr merge lp:~krytarik/lubuntu-default-settings/bug-1266138
Reviewer Review Type Date Requested Status
Julien Lavergne (community) Approve
Lubuntu Developers Pending
Review via email: mp+268162@code.launchpad.net

Description of the change

Don't reserve space for the panel at the bottom on horizontal window tiling anymore. (LP: 1266138)

To post a comment you must log in.
337. By Krytarik Raido

* src/usr/share/lubuntu/openbox/nexus-rc.xml:
  - Fix LP bug #1266138 for the Nexus7 session too.

Revision history for this message
Julien Lavergne (gilir) wrote :

Approve, thanks for the patch :-)
For next time, please consider updating debian/changelog with your commit messages (as there are just fine to populate the changelog).

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/usr/share/lubuntu/openbox/nexus-rc.xml'
2--- src/usr/share/lubuntu/openbox/nexus-rc.xml 2014-05-16 14:39:53 +0000
3+++ src/usr/share/lubuntu/openbox/nexus-rc.xml 2015-08-16 13:31:21 +0000
4@@ -328,7 +328,7 @@
5 <action name="MoveResizeTo">
6 <x>0</x>
7 <y>0</y>
8- <height>97%</height>
9+ <height>100%</height>
10 <width>50%</width>
11 </action>
12 </keybind>
13@@ -337,7 +337,7 @@
14 <action name="MoveResizeTo">
15 <x>-0</x>
16 <y>0</y>
17- <height>97%</height>
18+ <height>100%</height>
19 <width>50%</width>
20 </action>
21 </keybind>
22
23=== modified file 'src/usr/share/lubuntu/openbox/rc.xml'
24--- src/usr/share/lubuntu/openbox/rc.xml 2014-05-16 14:39:53 +0000
25+++ src/usr/share/lubuntu/openbox/rc.xml 2015-08-16 13:31:21 +0000
26@@ -328,7 +328,7 @@
27 <action name="MoveResizeTo">
28 <x>0</x>
29 <y>0</y>
30- <height>97%</height>
31+ <height>100%</height>
32 <width>50%</width>
33 </action>
34 </keybind>
35@@ -337,7 +337,7 @@
36 <action name="MoveResizeTo">
37 <x>-0</x>
38 <y>0</y>
39- <height>97%</height>
40+ <height>100%</height>
41 <width>50%</width>
42 </action>
43 </keybind>

Subscribers

People subscribed via source and target branches