Merge lp:~codygarver/elementaryos/ubiquity-font-change into lp:~elementary-os/elementaryos/os-patch-ubiquity-precise

Proposed by Cody Garver
Status: Merged
Merged at revision: 17
Proposed branch: lp:~codygarver/elementaryos/ubiquity-font-change
Merge into: lp:~elementary-os/elementaryos/os-patch-ubiquity-precise
Diff against target: 12 lines (+1/-1)
1 file modified
ubiquity/frontend/gtk_ui.py (+1/-1)
To merge this branch: bzr merge lp:~codygarver/elementaryos/ubiquity-font-change
Reviewer Review Type Date Requested Status
Sergey "Shnatsel" Davidoff (community) Approve
Review via email: mp+140764@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Sergey "Shnatsel" Davidoff (shnatsel) wrote :

Looks good to me; let's get this into dailies and see what happens.

Thanks! I took a look at it today, but I couldn't find this string. You beat me :D

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'ubiquity/frontend/gtk_ui.py'
2--- ubiquity/frontend/gtk_ui.py 2012-09-05 20:31:29 +0000
3+++ ubiquity/frontend/gtk_ui.py 2012-12-19 20:10:33 +0000
4@@ -854,7 +854,7 @@
5 ['/bin/busybox', 'tail', '-f', '/var/log/installer/debug',
6 '-f', '/var/log/syslog', '-q'],
7 None, 0, None, None)
8- self.vte.set_font_from_string("Ubuntu Mono 8")
9+ self.vte.set_font_from_string("Droid Sans Mono 10")
10 self.vte.show()
11 # FIXME shrink the window horizontally instead of locking the window size.
12 self.live_installer.set_resizable(False)

Subscribers

People subscribed via source and target branches