-
Notifications
You must be signed in to change notification settings - Fork 18
Display Size Configuration
Here is a quick guide to modifying the display size of Shuffle Move.
To find your preferences location, do the following:
- Open the program as you normally would.
- Ctrl-B to instantly create a bug report and open your desktop's window manager at its location.
- Navigate up one level and identify the "config" directory. Go into it.
- 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.
To modify a preference, do the following:
- Exit any running Shuffle-Move programs.
- Open your preferences.txt file
- Make any modifications you need
- Save the file
- Open Shuffle-Move and observe the changes
INTEGER FONT_SIZE_SCALING 100
INTEGER IMAGE_SCALING 100
INTEGER BORDER_SCALING 100
Below are the keys for each aspect of the interface.
INTEGER ROSTER_CELL_BORDER_THICK 1
INTEGER ROSTER_CELL_MARGIN_THICK 1
INTEGER ROSTER_CELL_OUTLINE_THICK 1
INTEGER SELECT_PAINT_THICK 2
INTEGER OUTLINE_PAINT_THICK 1
INTEGER MODE_SELECT_THICK 2
INTEGER CELL_OUTLINE_THICK 1
INTEGER CELL_BORDER_THICK 2
INTEGER GRID_BORDER_THICK 3
INTEGER ICON_WIDTH 50 INTEGER ICON_HEIGHT 50
INTEGER TYPE_WIDTH 48 INTEGER TYPE_HEIGHT 16
FONT INDICATOR_FONT Arial 1 24
FONT LABEL_FONT Arial 1 16
FONT MODE_FONT Arial 1 16
FONT MOVE_FONT Arial 0 20
INTEGER POPUP_WIDTH 640 INTEGER POPUP_HEIGHT 400