Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] ui change in fileListControl

+1

I assume that resizing the window will move the buttons and not hide them (that is what happens now), so I think it is better to align them as you suggest.

 

 

 

From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Alena Laskavaia
Sent: Tuesday, November 25, 2014 2:10 PM
To: CDT General developers list.
Subject: [cdt-dev] ui change in fileListControl

 

FileListControl is widget that allows pick some list items and have toolbar on top with

small buttons like add, remove etc

I want to make few changes in UI

1) Change layout so button aligned to the end, right now they kind of the middle which is weird


Proposed change

2) That control when you press Add gives you fileselector (kind of) but it does not remember last selection, which is really annoying, so added code to remember last selection in dialog settings


https://git.eclipse.org/r/#/c/37032/


Back to the top