mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 03:43:52 +00:00
Fixes / Improvements for Covers & Printer Selection dialog (#11151)
* init * update * Crop cover images * match setup wizard UI * update * tiertime * anycubic * anycubic * construct3d * update --------- Co-authored-by: SoftFever <softfeverever@gmail.com>
This commit is contained in:
@@ -79,18 +79,17 @@
|
||||
.PImg
|
||||
{
|
||||
position:relative;
|
||||
width:160px;
|
||||
height: 160px;
|
||||
width:120px; /* ORCA use covers as 120x120px but use source file as 240x240 for better quality on hidpi */
|
||||
height:120px; /* ORCA fit image to fill frame */
|
||||
padding:10px 20px /* ORCA use less vertical padding */
|
||||
}
|
||||
|
||||
.ModelCheckBox
|
||||
{
|
||||
position: absolute;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
right: 10px;
|
||||
top: 10px;
|
||||
cursor: pointer;
|
||||
flex: 0 0 18px; /* ORCA match checkbox style and size */
|
||||
margin: 10px 5px 0 0;
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
background-image: url("../img/emptycheck.svg");
|
||||
background-size: cover;
|
||||
}
|
||||
@@ -109,6 +108,7 @@ img.ModelThumbnail
|
||||
.PName
|
||||
{
|
||||
font-weight: 700;
|
||||
line-height: 20px; /* ORCA */
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user