Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » Table Item Height(Table Item Height)
Table Item Height [message #649985] Fri, 21 January 2011 10:03 Go to next message
Tobias Semmet is currently offline Tobias SemmetFriend
Messages: 37
Registered: July 2009
Member
Hi,

is it possible to change the height of the tabelitems in SWT RAP Eclipse, and if yes, how could i do this ?

Thanks
Re: Table Item Height [message #649990 is a reply to message #649985] Fri, 21 January 2011 10:17 Go to previous messageGo to next message
Ivan Furnadjiev is currently offline Ivan FurnadjievFriend
Messages: 2426
Registered: July 2009
Location: Sofia, Bulgaria
Senior Member
Hi Tobias,
yes... it's possible. You need to define your custom CSS and change the
Table-Cell#padding property like:
Table-Cell {
padding: 5px 5px 3px 3px;
}
HTH,
Ivan

On 1/21/2011 12:03 PM, Tobias Semmet wrote:
> Hi,
>
> is it possible to change the height of the tabelitems in SWT RAP
> Eclipse, and if yes, how could i do this ?
>
> Thanks
Re: Table Item Height [message #650032 is a reply to message #649985] Fri, 21 January 2011 14:03 Go to previous message
Tobias Semmet is currently offline Tobias SemmetFriend
Messages: 37
Registered: July 2009
Member
Thanks
Previous Topic:Where to start Custom SWT App to RAP
Next Topic:Java Heap Space and RAP
Goto Forum:
  


Current Time: Fri Mar 29 11:10:10 GMT 2024

Powered by FUDForum. Page generated in 0.02673 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top