Merge lp:~alocritani/widelands/bugfix-912486 into lp:widelands

Proposed by Angelo Locritani
Status: Merged
Merged at revision: 6196
Proposed branch: lp:~alocritani/widelands/bugfix-912486
Merge into: lp:widelands
Diff against target: 12 lines (+1/-1)
1 file modified
src/ui_fsmenu/options.cc (+1/-1)
To merge this branch: bzr merge lp:~alocritani/widelands/bugfix-912486
Reviewer Review Type Date Requested Status
Widelands Developers Pending
Review via email: mp+89547@code.launchpad.net

Description of the change

My pc doesn't support resolution higher than 1024x768, but I think it solved the problem. Can someone please test it?

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/ui_fsmenu/options.cc'
2--- src/ui_fsmenu/options.cc 2011-12-04 18:18:22 +0000
3+++ src/ui_fsmenu/options.cc 2012-01-21 16:59:26 +0000
4@@ -63,7 +63,7 @@
5 // Spinboxes
6 m_sb_maxfps
7 (this,
8- get_w() / 2, get_h() * 3833 / 10000, get_w() / 5, m_vbutw,
9+ (get_w() / 2) - (m_vbutw * 2), get_h() * 3833 / 10000, get_w() / 5, m_vbutw,
10 opt.maxfps, 0, 100, "",
11 g_gr->get_picture(PicMod_UI, "pics/but1.png")),
12 m_sb_autosave

Subscribers

People subscribed via source and target branches

to status/vote changes: