reduce metatheme thumbnail size to 128x128 in preparation of using
2007-08-03 Jens Granseuer <jensgr@gmx.net> * data/appearance.glade: * data/theme-thumbnailing.png: reduce metatheme thumbnail size to 128x128 in preparation of using gnome-thumbnail-factory 2007-08-03 Jens Granseuer <jensgr@gmx.net> * theme-thumbnail.c: reduce metatheme thumbnail size to 128x128 svn path=/trunk/; revision=7954
This commit is contained in:
parent
379677ec2f
commit
aa9ddd3739
5 changed files with 12 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
|||
2007-08-03 Jens Granseuer <jensgr@gmx.net>
|
||||
|
||||
* data/appearance.glade:
|
||||
* data/theme-thumbnailing.png: reduce metatheme thumbnail size to
|
||||
128x128 in preparation of using gnome-thumbnail-factory
|
||||
|
||||
2007-08-03 Jens Granseuer <jensgr@gmx.net>
|
||||
|
||||
* appearance-style.c: (color_button_clicked_cb): simplify
|
||||
|
|
|
@ -649,7 +649,7 @@
|
|||
<property name="spacing">3</property>
|
||||
<property name="margin">18</property>
|
||||
<property name="width_request">1</property>
|
||||
<property name="item_width">150</property>
|
||||
<property name="item_width">135</property>
|
||||
</widget>
|
||||
</child>
|
||||
</widget>
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 5 KiB After Width: | Height: | Size: 4.4 KiB |
|
@ -1,3 +1,7 @@
|
|||
2007-08-03 Jens Granseuer <jensgr@gmx.net>
|
||||
|
||||
* theme-thumbnail.c: reduce metatheme thumbnail size to 128x128
|
||||
|
||||
2007-08-02 Jens Granseuer <jensgr@gmx.net>
|
||||
|
||||
* gnome-theme-info.c: (gnome_theme_color_scheme_parse): no need for an
|
||||
|
|
|
@ -88,7 +88,7 @@ static int pipe_from_factory_fd[2];
|
|||
#define THUMBNAIL_TYPE_METACITY "metacity"
|
||||
#define THUMBNAIL_TYPE_ICON "icon"
|
||||
|
||||
#define META_THUMBNAIL_SIZE 140
|
||||
#define META_THUMBNAIL_SIZE 128
|
||||
#define GTK_THUMBNAIL_SIZE 96
|
||||
#define METACITY_THUMBNAIL_WIDTH 120
|
||||
#define METACITY_THUMBNAIL_HEIGHT 60
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue