46

Using SoapUI v 3.6.1 on Windows 7 and the text is tiny. Didn't find an option to increase text.

Ura
  • 2,173
  • 3
  • 24
  • 41

10 Answers10

51

Select File > Preferences (or hit Ctrl + Alt + P) from menu and then pick Editor Settings group. Hit Select Font... next to Edtor Font and choose a different size/font face.

Hit OK to confirm your changes. Any already opened editor window must be closed and then reopened in order to above mentioned changes to be applied.

trejder
  • 17,148
  • 27
  • 124
  • 216
tschaible
  • 7,635
  • 1
  • 31
  • 34
28

Fixed the issue, I tried to right click on desktop shortcut which I have one for SoapUI, and select Properties, select compatibility tab, since I have Windows 8.1. In drop down it shows "Compatibility Mode" as only Windows Vista, Windows 7, Windows 8. By default it use to be on Windows 8 selected before the small Menu, Icon image, font size was showing but I changed it to Windows Vista (Service Pack 2) and also checked "Disable display scaling on high DPI settings", clicked Apply and done restart your SoapUI if its already opened from that same shortcut of desktop and done; It worked for me. No need to change Screen resolution for this SoapUI etc unless if you have different purpose for it. Please let me know if this worked for you all. Thanks

Configure Compatibility Mode of SoapUI in Properties

Sample Screen shot of after making changes

The Student
  • 27,520
  • 68
  • 161
  • 264
  • 5
    A small change in Windows 10: Check the box *Override high DPI scaling behaviour. Scaling performed by:* and then select the _System_ option. – John Reid Apr 18 '17 at 10:01
  • This worked for me. For Windows 10 in Properties / Scaling / Settings / check Disable Display Scaling on high DPI Settings – Miserable Variable Nov 15 '17 at 15:12
17

I had the same problem using a high resolution - all the text was tiny in SoapUI. However, just changing the font doesn't solve the problem completely; it solves the problem for text in the editor, but the menu text was still tiny.

Here's what I did instead of changing the font...

Preferences -> UI Settings -> Use Native Look and Feel

I'm using Windows 8.1 with 2560 x 1440 resolution on a 28" Samsung monitor, and the default Display scaling settings in Windows. After making the change above, without changing any of the Font settings, now the the menu text and icons, as well as the editor text are all normal size on my high resolution monitor. It also looks fine when I take my laptop off the docking station and run SoapUI on the laptop's smaller screen.

I'm using SoapUI 5.2.1. Not sure if the option I used existed in the version the OP was asking about, but hopefully this helps others who land here from Google with the same issue.

Jim
  • 6,753
  • 12
  • 44
  • 72
12

This worked for me:

  1. Right Click on Soap UI v 5.3.0 shortcut.
  2. Select Compatibility tab.
  3. Tick Checkbox - Override high DPI scaling behaviour. Scaling Performed by:
  4. Select System from dropdown.
  5. Click Ok.
ᗩИᎠЯƎᗩ
  • 2,122
  • 5
  • 29
  • 41
Gokul Krishnan
  • 121
  • 1
  • 2
  • 1
    Using 'System' made the SoapUI blurry for me. Using 'Application' worked better. – andynil Apr 05 '18 at 23:16
  • This worked for me using Windows 10 and SoapUI 5.5.0. Option in step 3 was something like _Change high DPI configuration_ and the selection I made was _System (enhanced)_. (Option name may not be exact due to my SO language not being English) – Bernat Nov 19 '19 at 10:32
10

This was my solution for Windows 10 and SoapUI v5.4.0.

  1. Right-click either the SoapUI short-cut or from the taskbar
  2. Select properties (SoapUI properties)
  3. Select the Compatibility tab
  4. Select the checkbox for "Override high DPI scaling behavior".
  5. From the dropdown for "Scaling performed by:", select "System".
Jesse
  • 111
  • 1
  • 6
  • 1
    Thanks. This helped. Yes selecting system shows blurry however, it is better with system (enhanced) – Mohanty Sep 04 '19 at 15:48
9

With Windows 10 and SOAPUI 5.2.1 it helped me to set the Compatibility mode to "Disable display scaling on high DPI settings"

Jan
  • 91
  • 1
  • 2
9

I did as below, it works fine after restart SoapUI in windows 10

1.Change text font: File > Preferences -> Editor Settings -> Select Font -> Size enter image description here

2.Change UI font: Properties -> Compatibility -> Change high DPI settings -> Overide high ... -> System enter image description here

m.nguyencntt
  • 935
  • 13
  • 19
5

For me two things in combination worked in order to increase the size of the font in the Navigator:

  1. Preferences -> UI Settings -> Use Native Look and Feel
  2. On the Soapui shortcut > right click > Properties> Compatibility tab> Disable display scaling on high DPI settings.

After setting both of these the font was a bit bigger and readable.

bojasna
  • 81
  • 1
  • 2
  • Option 2 works like charm! Exactly what I was looking for. Thanks. Just one more thing, when you select **override high DPI scaling behavior**. then **choose scaling performed by as "Application"**. Cause if you use System the text will become blurry. Override high dpi scaling behavior is available in properties of the soap UI shortcut under compatibility tab. As mentioned in the answer. – Sudoss Jul 19 '18 at 12:37
3

Something that worked for me when my entire UI was small:

Preferences -> UI Settings -> uncheck the "Show Startup Page" checkbox. Then restart.

Something about the startup page was messing up the size of the UI. I've seen the same problem with SQL Developer.

Derek
  • 126
  • 1
  • 7
0
  1. Go to File > Preferences (Ctrl-Alt-P) > Editor Settings
  2. Select Font and size of font click Ok
  3. Select Ok on SoapUI Preferences window
  4. Click on File > Save Preferences
  5. Restart Editor
  • 1
    Yeah, and it is incorrect in the same time, as saving preferences is optional and not necessary for this to work. – trejder Dec 07 '15 at 12:02