mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-22 01:26:12 +00:00
spelling: threesomes
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
committed by
Jindra Petřík
parent
f9212ec124
commit
d14ba66494
@@ -259,7 +259,7 @@ public class CoreRibbonResizePolicies {
|
||||
int medSize = mediumButtons.size();
|
||||
if (medSize > 0) {
|
||||
// try to move buttons from low to med to make
|
||||
// three-somes.
|
||||
// threesomes.
|
||||
while (((mediumButtons.size() % 3) != 0)
|
||||
&& (smallButtons.size() > 0)) {
|
||||
AbstractCommandButton low = smallButtons.remove(0);
|
||||
@@ -567,7 +567,7 @@ public class CoreRibbonResizePolicies {
|
||||
// next - medium priority
|
||||
if (mapped.get(RibbonElementPriority.MEDIUM).size() > 0) {
|
||||
// try to move buttons from small to medium to make
|
||||
// three-somes.
|
||||
// threesomes.
|
||||
while (((mapped.get(RibbonElementPriority.MEDIUM)
|
||||
.size() % 3) != 0)
|
||||
&& (mapped.get(RibbonElementPriority.LOW)
|
||||
|
||||
Reference in New Issue
Block a user