Remove unnecessary updating of size, on paint events, for SvgWidgets.

Also updated RAM & EEPROM inspection icon styles
This commit is contained in:
Nav
2021-11-08 19:56:12 +00:00
parent cd63dd5035
commit c2e44c214e
4 changed files with 15 additions and 18 deletions

View File

@@ -308,22 +308,22 @@ QScrollBar::sub-line:vertical {
}
#bottom-menu-bar #ram-inspection-btn {
min-width: 71px;
min-width: 73px;
}
#bottom-menu-bar #eeprom-inspection-btn {
min-width: 97px;
min-width: 99px;
}
#bottom-menu-bar #ram-inspection-btn #ram-inspection-btn-icon,
#bottom-menu-bar #eeprom-inspection-btn #eeprom-inspection-btn-icon {
margin-left: 7px;
margin-left: 6px;
margin-top: 1px;
}
#bottom-menu-bar #ram-inspection-btn #ram-inspection-btn-label,
#bottom-menu-bar #eeprom-inspection-btn #eeprom-inspection-btn-label {
margin-left: 1px;
margin-left: 5px;
}
#bottom-menu-bar QToolButton:hover,