~fboucault/ubuntu-ui-toolkit/fix_1197293

« back to all changes in this revision

Viewing changes to themes/Ambiance/qmltheme/default.qmltheme

  • Committer: Tarmac
  • Author(s): Kaleo
  • Date: 2013-07-01 18:34:01 UTC
  • mfrom: (564.2.1 remove_old_tabs)
  • Revision ID: tarmac-20130701183401-4nis434sptyf0bp2
Removed unused old-style tabs delegate.

Approved by Tim Peeters, PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
@qml-mapping(.transparent-button, , TransparentButtonDelegate);
20
20
@qml-mapping(.checkbox, , CheckBoxDelegate);
21
21
@qml-mapping(.switch, , SwitchDelegate);
22
 
@qml-mapping(.tabs, , TabsDelegate);
23
22
@qml-mapping(.new-tabs, , NewTabsDelegate);
24
 
@qml-mapping(.tab-button, , TabButtonDelegate);
25
23
@qml-mapping(.custom-button, , ButtonDelegate);
26
24
@qml-mapping(.scrollbar, , ScrollbarDelegate);
27
25
@qml-mapping (.popover .foreground, , PopoverForegroundDelegate);
115
113
    backgroundColor: Qt.rgba(0.78, 0.78, 0.78, 0.1);
116
114
}
117
115
 
118
 
.tabs {
119
 
    buttonsExpanded: false;
120
 
    separator: Rectangle {
121
 
        color: "white";
122
 
        height: units.dp(1);
123
 
    };
124
 
    horizontalPadding: units.gu(1);
125
 
    minimumButtonWidth: units.gu(8);
126
 
}
127
 
 
128
 
.tab-button {
129
 
    backgroundLeft: item.selected ? url("artwork/TabLeftSelected.sci") : url("artwork/TabLeftUnselected.sci");
130
 
    backgroundRight: item.selected ? url("artwork/TabRightSelected.sci") : url("artwork/TabRightUnselected.sci");
131
 
    backgroundMiddle: item.selected ? url("artwork/TabMiddleSelected.sci") : url("artwork/TabMiddleUnselected.sci");
132
 
}
133
 
 
134
116
.new-tabs {
135
117
    swipeToSwitchTabs: false;
136
118
    headerFontSize: "x-large";