Skip to content

Display Size Configuration

Andrew Meyers edited this page Apr 15, 2017 · 4 revisions

Modifying Your Display Preferences

Here is a quick guide to modifying the display size of Shuffle Move.

Preferences location

To find your preferences location, do the following:

  1. Open the program as you normally would.
  2. Ctrl-B to instantly create a bug report and open your desktop's window manager at its location.
  3. Navigate up one level and identify the "config" directory. Go into it.
  4. In this window should be a "preferences.txt" file. This is your preferences file, and it overrides the internal defaults when the program is launched like you did in step 1.

Modifying preferences

To modify a preference, do the following:

  1. Exit any running Shuffle-Move programs.
  2. Open your preferences.txt file
  3. Make any modifications you need
  4. Save the file
  5. Open Shuffle-Move and observe the changes

Preference Keys (Scaling - coming in v0.3.47)

Global UI Font Scaling - Even scales the other configurable fonts

INTEGER FONT_SIZE_SCALING 100

Global UI Image Scaling - Even scales the other configurable images

INTEGER IMAGE_SCALING 100

Global UI Border Scaling - Even scales the other configurable borders

INTEGER BORDER_SCALING 100

Preference Keys (Tuning)

Below are the keys for each aspect of the interface.

Roster Editor Borders

INTEGER ROSTER_CELL_BORDER_THICK 1 INTEGER ROSTER_CELL_MARGIN_THICK 1 INTEGER ROSTER_CELL_OUTLINE_THICK 1

Selected Paint Border

INTEGER SELECT_PAINT_THICK 2

Paint Pallet Cell Grey Outline

INTEGER OUTLINE_PAINT_THICK 1

Mode Selection Thickness

INTEGER MODE_SELECT_THICK 2

The Grey Border Around Each Cell

INTEGER CELL_OUTLINE_THICK 1

The Empty Space Between Each Cell (allows background highlighting to be obvious).

INTEGER CELL_BORDER_THICK 2

The Grid's External Outline

INTEGER GRID_BORDER_THICK 3

Icon Size - Keep at a 1:1 ratio

INTEGER ICON_WIDTH 50 INTEGER ICON_HEIGHT 50

Stage Type Icon Size - Keep at a 3:1 ratio

INTEGER TYPE_WIDTH 48 INTEGER TYPE_HEIGHT 16

Indicator Font Size (Fallback for missing icons)

FONT INDICATOR_FONT Arial 1 24

Font for "Mode" Above The Paint Pallet

FONT LABEL_FONT Arial 1 16

Font for Actual Mode Above The Paint Pallet

FONT MODE_FONT Arial 1 16

Font for The Move Text Below The Grid

FONT MOVE_FONT Arial 0 20

Popup Default Window Sizes

INTEGER POPUP_WIDTH 640 INTEGER POPUP_HEIGHT 400