PATCH for 2.4.0: Correct default panel size



Bug: http://bugzilla.gnome.org/show_bug.cgi?id=120214

I know that it is very late in the release process but I think that this
should be corrected and it isn't even a code change.

The issue is that when you created a new user in 2.2 the panel would
default to 24px but in 2.4 it defaults to 32px. Mark told me that the
reason he did this was because he thought that the panels were always 32
because of a bug which added 6px padding to the panel. I've never seen
this bug myself and for me the default panel config always consisted of
24px panels. I'm pretty sure that Mark said it was ok to change it back,
but it was on IRC so I'm ccing him (and the other two listed in the
MAINTAINERS file) just to be doubly sure. And of course the release
team.

I know it's a stupid little thing, but I specialise in those....

Ps. I know I attached the patch twice - evolution is being bold and wont
let me delete one.

-- 
Mark Finlay 
Computer Science Student

E-Mail:	sisob_AT_tuxfamily_DOT_org
Jabber:	sisob_AT_jabber_DOT_org
Blog:	http://sisob.tuxfamily.org
 	http://advogato.org/person/sisob
--- ./gnome-panel/panel-default-setup.entries~	2003-07-01 15:29:54.000000000 +0100
+++ ./gnome-panel/panel-default-setup.entries	2003-08-19 07:49:23.000000000 +0100
@@ -98,7 +98,7 @@
       <key>size</key>
       <schema_key>/schemas/apps/panel/toplevels/size</schema_key>
       <value>
-        <int>32</int>
+        <int>24</int>
       </value>
     </entry>
   </entrylist>
@@ -131,7 +131,7 @@
       <key>size</key>
       <schema_key>/schemas/apps/panel/toplevels/size</schema_key>
       <value>
-        <int>32</int>
+        <int>24</int>
       </value>
     </entry>
   </entrylist>
--- ./gnome-panel/panel-default-setup.entries~	2003-07-01 15:29:54.000000000 +0100
+++ ./gnome-panel/panel-default-setup.entries	2003-08-19 07:49:23.000000000 +0100
@@ -98,7 +98,7 @@
       <key>size</key>
       <schema_key>/schemas/apps/panel/toplevels/size</schema_key>
       <value>
-        <int>32</int>
+        <int>24</int>
       </value>
     </entry>
   </entrylist>
@@ -131,7 +131,7 @@
       <key>size</key>
       <schema_key>/schemas/apps/panel/toplevels/size</schema_key>
       <value>
-        <int>32</int>
+        <int>24</int>
       </value>
     </entry>
   </entrylist>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]