-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

I am using smartgwt-1.1, and GWT 1.6.4

I have been trying to set the width of my tab bars for two hours using
this "setTabBarThickness" function, but they won't change size for
anything.  Code:

import com.google.gwt.core.client.EntryPoint;
import com.smartgwt.client.types.Side;
import com.smartgwt.client.widgets.Button;
import com.smartgwt.client.widgets.Canvas;
import com.smartgwt.client.widgets.tab.*;


public class Pagesketch4 implements EntryPoint {
        public void onModuleLoad() {

                TabSet historyTabSet = new TabSet();
                historyTabSet.setTabBarPosition(Side.RIGHT);
                        
                historyTabSet.setTabBarThickness(60);
                Tab addNewFormTab = new Tab("Add New Form");
                historyTabSet.addTab(addNewFormTab);

        }
}

- - Scott
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAko5WFkACgkQARR1QiSWUG6pWQCfed7cLu6/Q/o+rGHRhurEjbWe
JxkAnjfqz0P1lzyCp0pT4iThX3d3SC0n
=5dEO
-----END PGP SIGNATURE-----

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to