Improved rotatable label appearance with differing font renderers
This commit is contained in:
@@ -37,7 +37,7 @@ namespace Bloom::Widgets
|
||||
|
||||
} else if (this->angle % 90 == 0) {
|
||||
size.setHeight(textSize.width());
|
||||
size.setWidth(textSize.height());
|
||||
size.setWidth(this->width());
|
||||
|
||||
} else {
|
||||
auto angle = this->angle;
|
||||
|
||||
@@ -88,7 +88,7 @@
|
||||
}
|
||||
|
||||
#target-memory-inspection-pane #rh-side-bar #manage-memory-snapshots-btn #label {
|
||||
qproperty-bottomMargin: 4;
|
||||
qproperty-bottomMargin: 2;
|
||||
color: #999a9d;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user