~renatofilho/address-book-app/fix-1511477

« back to all changes in this revision

Viewing changes to src/imports/Ubuntu/AddressBook/ContactEditor/ContactDetailGroupWithTypeEditor.qml

  • Committer: CI Train Bot
  • Author(s): Florian Boucault
  • Date: 2015-10-26 15:05:46 UTC
  • mfrom: (466.1.46 converged_bottom_edge)
  • Revision ID: ci-train-bot@canonical.com-20151026150546-ns9uusgkk5iyh85a
Make bottom edge usable with a mouse.
Make it smarter when more than one column is available. Fixes: #1432696

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
15
15
 */
16
16
 
17
 
import QtQuick 2.2
 
17
import QtQuick 2.4
18
18
import QtContacts 5.0
19
19
 
20
 
import Ubuntu.Components 1.2
21
 
import Ubuntu.Components.ListItems 1.0
 
20
import Ubuntu.Components 1.3
 
21
import Ubuntu.Components.ListItems 1.3
22
22
import Ubuntu.Contacts 0.1
23
23
 
24
24
import Ubuntu.AddressBook.Base 0.1