[Libreoffice-commits] .: Branch 'feature/layout' - README.layout
Ricardo Cruz
rpmcruz at kemper.freedesktop.org
Fri Dec 17 19:35:33 PST 2010
README.layout | 14 ++++++++++++++
1 file changed, 14 insertions(+)
New commits:
commit f31470a7a98f850719e0476b19b32c39454802c3
Author: Ricardo Cruz <rpmcruz at alunos.dcc.fc.up.pt>
Date: Sat Dec 18 03:35:19 2010 +0000
Added some interesting side adventure to TODO
diff --git a/README.layout b/README.layout
index e10deab..9866fc8 100644
--- a/README.layout
+++ b/README.layout
@@ -10,6 +10,20 @@
do some dialog porting.
+~ TODO: side adventures ~
+
+* Integration code should return a ButtonOrder with the
+ appropriate spec (see buttonbox.hxx)
+* Widgets thickness: at the present, the border around
+ the widget's label is always (2*12, 2*6) -- see ctrl.cxx
+ We could use gtk style properties like xthickness and
+ focus-border-width for better integration.
+ Increase tab label sizes too.
+* Tabs: neither GTK, nor Windows, nor much else uses
+ bold font for the selected tab page: replace that by
+ gray-ing out the inactive tabs. Offset inactive tab label
+ content if we aren't doing that already.
+
~ HACKING HOWTO ~
More information about the Libreoffice-commits
mailing list