|
|
@ -27,9 +27,9 @@ window {
|
|
|
|
location: northeast;
|
|
|
|
location: northeast;
|
|
|
|
anchor: northeast;
|
|
|
|
anchor: northeast;
|
|
|
|
fullscreen: false;
|
|
|
|
fullscreen: false;
|
|
|
|
width: 95px;
|
|
|
|
width: 50px;
|
|
|
|
x-offset: 0px;
|
|
|
|
x-offset: -10px;
|
|
|
|
y-offset: 0px;
|
|
|
|
y-offset: -20px;
|
|
|
|
|
|
|
|
|
|
|
|
/* properties for all widgets */
|
|
|
|
/* properties for all widgets */
|
|
|
|
enabled: true;
|
|
|
|
enabled: true;
|
|
|
@ -132,7 +132,7 @@ listview {
|
|
|
|
fixed-height: true;
|
|
|
|
fixed-height: true;
|
|
|
|
fixed-columns: true;
|
|
|
|
fixed-columns: true;
|
|
|
|
|
|
|
|
|
|
|
|
spacing: 15px;
|
|
|
|
spacing: 10px;
|
|
|
|
margin: 0px;
|
|
|
|
margin: 0px;
|
|
|
|
padding: 0px;
|
|
|
|
padding: 0px;
|
|
|
|
border: 0px solid;
|
|
|
|
border: 0px solid;
|
|
|
@ -148,7 +148,7 @@ element {
|
|
|
|
enabled: true;
|
|
|
|
enabled: true;
|
|
|
|
spacing: 0px;
|
|
|
|
spacing: 0px;
|
|
|
|
margin: 0px;
|
|
|
|
margin: 0px;
|
|
|
|
padding: 25px 10px;
|
|
|
|
padding: 15px 10px;
|
|
|
|
border: 0px solid;
|
|
|
|
border: 0px solid;
|
|
|
|
border-radius: 100%;
|
|
|
|
border-radius: 100%;
|
|
|
|
border-color: @selected;
|
|
|
|
border-color: @selected;
|
|
|
|