File tree Expand file tree Collapse file tree 3 files changed +2
-14
lines changed Expand file tree Collapse file tree 3 files changed +2
-14
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ metadata.makepad-auto-version = "zqpv-Yj-K7WNVK2I8h5Okhho46Q="
17
17
18
18
[dependencies ]
19
19
makepad-widgets = { git = " https://github.com/makepad/makepad" , branch = " dev" }
20
- # makepad-widgets = { git = "https://github.com/kevinaboos/makepad", branch = "portal_list_is_filling_viewport" }
21
20
22
21
# # Including this crate automatically configures all `robius-*` crates to work with Makepad.
23
22
robius-use-makepad = " 0.1.1"
Original file line number Diff line number Diff line change @@ -110,5 +110,6 @@ live_design! {
110
110
return self . color;
111
111
}
112
112
}
113
+ text: ""
113
114
}
114
115
}
Original file line number Diff line number Diff line change @@ -166,19 +166,7 @@ live_design! {
166
166
color_empty: ( COLOR_PRIMARY )
167
167
color_disabled: ( COLOR_BG_DISABLED )
168
168
169
- border_color_1: ( COLOR_PRIMARY )
170
- border_color_1_hover: ( COLOR_PRIMARY )
171
- border_color_1_focus: ( COLOR_PRIMARY )
172
- border_color_1_down: ( COLOR_PRIMARY )
173
- border_color_1_empty: ( COLOR_PRIMARY )
174
- border_color_1_disabled: ( COLOR_FG_DISABLED )
175
-
176
- border_color_2: ( COLOR_PRIMARY )
177
- border_color_2_hover: ( COLOR_PRIMARY )
178
- border_color_2_focus: ( COLOR_PRIMARY )
179
- border_color_2_down: ( COLOR_PRIMARY )
180
- border_color_2_empty: ( COLOR_PRIMARY )
181
- border_color_2_disabled: ( COLOR_FG_DISABLED )
169
+ border_color: ( COLOR_PRIMARY )
182
170
}
183
171
184
172
draw_selection: {
You can’t perform that action at this time.
0 commit comments