Merge lp:~jeremywootten/pantheon-files/fix-1670308-edge-snapping-on-low-resolution-screens into lp:~elementary-apps/pantheon-files/trunk

Proposed by Jeremy Wootten
Status: Merged
Approved by: Danielle Foré
Approved revision: 2520
Merged at revision: 2520
Proposed branch: lp:~jeremywootten/pantheon-files/fix-1670308-edge-snapping-on-low-resolution-screens
Merge into: lp:~elementary-apps/pantheon-files/trunk
Diff against target: 11 lines (+1/-1)
1 file modified
src/View/Window.vala (+1/-1)
To merge this branch: bzr merge lp:~jeremywootten/pantheon-files/fix-1670308-edge-snapping-on-low-resolution-screens
Reviewer Review Type Date Requested Status
elementary Apps team Pending
Review via email: mp+319242@code.launchpad.net

Commit message

Reduce minimum window size to 500 x 300

Description of the change

This branch reduces the minimum window size to allow edge tiling on lower resolution screens.

To post a comment you must log in.
Revision history for this message
Danielle Foré (danrabbit) wrote :

Seems a little bit overkill. Probably should just change the 910 x 640 to something smaller like 500 by 300 (that's just about a golden rectangle at that size and really small)

2520. By Jeremy Wootten

Reduce minimum window size to 500 x 300

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/View/Window.vala'
2--- src/View/Window.vala 2017-02-17 12:00:45 +0000
3+++ src/View/Window.vala 2017-03-07 19:25:53 +0000
4@@ -137,7 +137,7 @@
5
6 add(lside_pane);
7
8- set_size_request (910, 640);
9+ set_size_request (500, 300);
10 title = _(Marlin.APP_TITLE);
11 icon_name = "system-file-manager";
12

Subscribers

People subscribed via source and target branches

to all changes: