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
=== modified file 'ubiquity/frontend/gtk_ui.py'
--- ubiquity/frontend/gtk_ui.py 2012-09-05 20:31:29 +0000
+++ ubiquity/frontend/gtk_ui.py 2012-12-19 20:10:33 +0000
@@ -854,7 +854,7 @@
854 ['/bin/busybox', 'tail', '-f', '/var/log/installer/debug',854 ['/bin/busybox', 'tail', '-f', '/var/log/installer/debug',
855 '-f', '/var/log/syslog', '-q'],855 '-f', '/var/log/syslog', '-q'],
856 None, 0, None, None)856 None, 0, None, None)
857 self.vte.set_font_from_string("Ubuntu Mono 8")857 self.vte.set_font_from_string("Droid Sans Mono 10")
858 self.vte.show()858 self.vte.show()
859 # FIXME shrink the window horizontally instead of locking the window size.859 # FIXME shrink the window horizontally instead of locking the window size.
860 self.live_installer.set_resizable(False)860 self.live_installer.set_resizable(False)

Subscribers

People subscribed via source and target branches