Permalink
Browse files
StyleApplication: Update SliderStream
- Loading branch information...
Showing
with
2 additions
and
2 deletions.
-
+2
−2
content/StyleApplication.qml
|
@@ -273,8 +273,8 @@ Style |
|
|
|
//--------------------------------------------------------------------------------------------- |
|
|
|
// Border |
|
|
|
|
|
|
|
border_size: (local.style) ? st.dp2 |
|
|
|
: st.dp1 |
|
|
|
border_size: (local.style == 2) ? st.dp2 |
|
|
|
: st.dp1 |
|
|
|
|
|
|
|
border_sizeFocus: st.dp2 |
|
|
|
|
|
|
0 comments on commit
5be6158