Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse 4 » Eclipse Mars on Linux Mint(Eclipse Mars Appearance on Linux Mint)
Eclipse Mars on Linux Mint [message #1703585] Mon, 03 August 2015 12:05 Go to next message
Setya Nugdjaja is currently offline Setya NugdjajaFriend
Messages: 567
Registered: July 2009
Senior Member
Hi all,

I've just installed Eclipse Mars on Linux Mint. Upon switching to classic theme I notice that view's minimize & maximize buttons are way too small and also the view's toolbar height area is too big as shown in below screenshot.

index.php/fa/22749/0/

Below is my current CSS theme:

.MPart.busy {
	font-style: italic;
}

.MPart.highlighted {
	font-weight: bold;
}

.MPartStack, .MPart {
	font-family: '#org-eclipse-ui-workbench-TAB_TEXT_FONT';
}

CTabItem {
	swt-show-close: false;
}

CTabItem:selected {
	color: '#org-eclipse-ui-workbench-ACTIVE_TAB_TEXT_COLOR';
}

.MTrimmedWindow {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
	margin-right: 2px;
}

.MPartStack {
	font-family: Liberation Sans;
	swt-tab-renderer: null;
	swt-tab-height: 22px;
	swt-selected-tabs-background: '#org-eclipse-ui-workbench-INACTIVE_TAB_BG_START' '#org-eclipse-ui-workbench-INACTIVE_TAB_BG_END' 100%;
	swt-simple: false;
	swt-mru-visible: true;
	color: '#org-eclipse-ui-workbench-INACTIVE_TAB_TEXT_COLOR';
}

.MPartStack.active {
	swt-selected-tabs-background: '#org-eclipse-ui-workbench-ACTIVE_TAB_BG_START' '#org-eclipse-ui-workbench-ACTIVE_TAB_BG_END' 100%;
}

.MPartStack.active.noFocus {
	swt-selected-tabs-background: '#org-eclipse-ui-workbench-ACTIVE_NOFOCUS_TAB_BG_START' '#org-eclipse-ui-workbench-ACTIVE_NOFOCUS_TAB_BG_END' 100%;
}

.MPartStack.active.noFocus > CTabItem:selected {
	color: '#org-eclipse-ui-workbench-ACTIVE_NOFOCUS_TAB_TEXT_COLOR';
}

#PerspectiveSwitcher  {
	eclipse-perspective-keyline-color: #ECE9D8 #FFFFFF;
}

.MToolControl.TrimStack {
	frame-image:  url(./winClassicTSFrame.png);
	handle-image:  url(./winClassicHandle.png);
	frame-cuts: 5px 1px 5px 16px;
}

.MToolBar.Draggable {
	handle-image:  url(./dragHandle.png);
}

.MToolControl.Draggable {
	handle-image:  url(./dragHandle.png);
}

.DragFeedback {
	background-color: COLOR-WIDGET-NORMAL-SHADOW;
}

.ModifiedDragFeedback {
	background-color: #A0A000;
}

#org-eclipse-ui-editorss {
	swt-tab-height: 8px;
}


Is there any way to fix the size ?

Any help would be greatly appreciated.

Thanks & Regards,
Setya
Re: Eclipse Mars on Linux Mint [message #1705223 is a reply to message #1703585] Thu, 13 August 2015 02:01 Go to previous messageGo to next message
Setya Nugdjaja is currently offline Setya NugdjajaFriend
Messages: 567
Registered: July 2009
Senior Member
Hi,

Any suggestion on the CSS theme ?

Thanks & Regards,
Setya
Re: Eclipse Mars on Linux Mint [message #1722331 is a reply to message #1705223] Thu, 04 February 2016 07:59 Go to previous message
Setya Nugdjaja is currently offline Setya NugdjajaFriend
Messages: 567
Registered: July 2009
Senior Member
Hi all,

Any updates ?

Regards,
Setya
Previous Topic:Programmatically minimize/restore PartStacks
Next Topic:Unresolved requirement issues when migrating from Eclipse 3.7 to 4.5
Goto Forum:
  


Current Time: Thu Apr 25 10:42:51 GMT 2024

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

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

Back to the top