Removed unused keys from overview.style.

This commit is contained in:
23rd 2023-01-31 17:24:12 +03:00 committed by John Preston
parent bd984b2ddb
commit 84d699397c

View file

@ -44,9 +44,6 @@ OverviewFileLayout {
fileDateTop: pixels;
}
overviewLeftMin: 28px;
overviewLeftMax: 42px;
overviewCheckPressedSize: 0.8;
overviewCheck: RoundCheckbox(defaultRoundCheckbox) {
bgInactive: overviewCheckBg;
@ -66,8 +63,6 @@ overviewPhotoMinSize: 90px;
overviewVideoBg: imageBg;
overviewFileThumbBg: imageBg;
overviewFileChecked: overviewCheckBgActive;
overviewFileCheck: overviewCheckBg;
overviewFileExtPadding: 5px;
overviewFileExtTop: 24px;
overviewFileExtFg: windowFgActive;
@ -127,14 +122,6 @@ overviewFileLayout: OverviewFileLayout {
fileDateTop: 49px;
}
overviewLoader: size(34px, 14px);
overviewLoaderPoint: size(4px, 4px);
overviewLoaderSkip: 4px;
playlistHoverBg: windowBgOver;
playlistPadding: 10px;
linksSearchTop: 30px;
linksMaxWidth: 520px;
linksLetterFg: windowFgActive;
linksLetterFont: font(24px);
@ -143,8 +130,6 @@ linksTextFg: windowFg;
linksTextTop: 6px;
linksBorder: 1px;
linksBorderFg: shadowFg;
linksDateColor: windowSubTextFg;
linksDateMargin: margins(0px, 15px, 0px, 2px);
linksPhotoSize: 46px;
linksPhotoPadding: 12px;