enlarge copies scale and move buttons up (to fit new overlay)

This commit is contained in:
Andreas Frisch 2016-06-06 10:59:09 +02:00
parent 051a0e95b5
commit e3a9be7c52
2 changed files with 25 additions and 6 deletions

View file

@ -40,14 +40,34 @@ button.cancel {
}
.copies value {
/* background-color: #df784e; */
font-size: 24px;
color: rgba (188, 255, 188, 0.8);
text-shadow: 2px 2px 1px #0c0d24;
color: #BBFFBB;
font-weight: bold;
}
.copies marks.bottom mark indicator {
color: rgb (0, 50, 0);
border: 5px solid;
}
.copies fill:backdrop, .copies fill {
background-color: rgba (70, 70, 70, 0.5);
background-image: none;
}
.copies highlight {
background-image: none;
background-color: rgba (128, 255, 82, 0.8);
}
.copies slider {
color: rgba (128, 255, 82, 0.8);
min-width: 40px;
min-height: 40px;
background-image: none;
background-color: rgba (50, 150, 20, 1);
border: 20px solid;
border-color: rgba (50, 150, 20, 1);
border-radius: 20px;
}

View file

@ -68,7 +68,7 @@
</object>
<packing>
<property name="x">80</property>
<property name="y">700</property>
<property name="y">640</property>
</packing>
</child>
<child>
@ -87,7 +87,7 @@
</object>
<packing>
<property name="x">460</property>
<property name="y">700</property>
<property name="y">640</property>
</packing>
</child>
<child>
@ -106,14 +106,13 @@
</object>
<packing>
<property name="x">840</property>
<property name="y">700</property>
<property name="y">640</property>
</packing>
</child>
<child>
<object class="GtkScale" id="copies">
<property name="width_request">1120</property>
<property name="height_request">80</property>
<property name="visible">False</property>
<property name="can_focus">True</property>
<property name="adjustment">adjustment_copies</property>
<property name="show_fill_level">True</property>