~gilir/+junk/ubiquity-lxdm-autologin

« back to all changes in this revision

Viewing changes to gui/qt/style_small.qss

  • Committer: Bazaar Package Importer
  • Author(s): Mario Limonciello, Evan Dandrea, Mario Limonciello, Roman Shtylman
  • Date: 2010-02-21 22:17:26 UTC
  • Revision ID: james.westby@ubuntu.com-20100221221726-e7y2vgur60z1yhz6
Tags: 2.1.23
[ Evan Dandrea ]
* Fix docstrings. They need to be the first statement in a function.
* Fix method call to set_summary_device in the advanced dialog.
  Thanks Roman Shtylman.

[ Mario Limonciello ]
* Fix an UnboundLocalError in oem-config mode related to trusted_db.
* Remove all of the mythbuntu frontend from ubiquity.  Now that it's fully
  stable, it's being moved to the mythbuntu-live-autostart package so that
  it can benefit from being maintained by anyone in ~mythbuntu-dev.
* Automatic update of included source packages: grub-installer
  1.49ubuntu5.

[ Roman Shtylman ]
* Fix for (LP: #424216) KDE ui on small screens
* Fix for (LP: #485322) KDE ui forward/install buttons
* Fix for (LP: #524090) KDE ui gray bar and scaling wallpaper

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* stylesheet for smaller screens
 
2
    apply after main stylesheet */
 
3
 
 
4
#widgetStack QWidget
 
5
{
 
6
    font-size: 9pt;
 
7
}
 
8
 
 
9
#widgetStack #welcome_heading_label, 
 
10
#widgetStack #timezone_heading_label,
 
11
#widgetStack #keyboard_heading_label,
 
12
#widgetStack #part_auto_heading_label,
 
13
#widgetStack #part_advanced_heading_label,
 
14
#widgetStack #userinfo_heading_label,
 
15
#widgetStack #reading_heading_label
 
16
{
 
17
    font-size: 8pt;
 
18
}
 
 
b'\\ No newline at end of file'