Project

General

Profile

« Previous | Next » 

Revision 1071fb69

Added by Leszek Koltunski over 2 years ago

Corrections for the UI.

View differences:

src/main/java/org/distorted/config/ConfigScreen.java
179 179
          int rowCount = Math.min(mMaxRowCount,mRowCount);
180 180
          View popupView = mObjectPopup.getContentView();
181 181
          popupView.setSystemUiVisibility(RubikActivity.FLAGS);
182
          displayPopup(act,view,mObjectPopup,mObjectSize*mColCount,mObjectSize*rowCount+4*margin,margin,margin);
182
          displayPopup(act,view,mObjectPopup,mObjectSize*mColCount,mObjectSize*rowCount+5*margin,margin,margin);
183 183
          }
184 184
        }
185 185
      });

Also available in: Unified diff