Merge lp:~thek3nger/scratch/fix-1018645 into lp:~elementary-apps/scratch/scratch

Proposed by Davide Aversa
Status: Merged
Approved by: Mario Guerriero
Approved revision: 796
Merged at revision: 796
Proposed branch: lp:~thek3nger/scratch/fix-1018645
Merge into: lp:~elementary-apps/scratch/scratch
Diff against target: 12 lines (+2/-0)
1 file modified
src/MainWindow.vala (+2/-0)
To merge this branch: bzr merge lp:~thek3nger/scratch/fix-1018645
Reviewer Review Type Date Requested Status
elementary Apps team Pending
Review via email: mp+114603@code.launchpad.net
To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/MainWindow.vala'
2--- src/MainWindow.vala 2012-07-07 12:28:07 +0000
3+++ src/MainWindow.vala 2012-07-12 10:28:18 +0000
4@@ -192,6 +192,8 @@
5 warning ("%s", reg_err.message);
6 }
7
8+ // Set minimum window size.
9+ this.set_size_request(300,250);
10 }
11
12 public void on_drag_data_received (Gdk.DragContext context, int x, int y, SelectionData selection_data, uint info, uint time_) {

Subscribers

People subscribed via source and target branches