# 4.11 Module panel is too wide and won't resize

**URL:** https://discourse.slicer.org/t/4-11-module-panel-is-too-wide-and-wont-resize/11394
**Category:** Support
**Tags:** gui
**Created:** [May 4, 2020, 7:38am UTC](https://discourse.slicer.org/t/4-11-module-panel-is-too-wide-and-wont-resize/11394 "2020-05-04T07:38:59Z")
**Posts on this page:** 9
**Page:** 1

<div class="post-metadata">

### Author: ![Melodicpinpon](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.slicer.org/melodicpinpon/32/3254_2.png) [@Melodicpinpon](https://discourse.slicer.org/u/Melodicpinpon)
#### Post date: [May 4, 2020, 7:38am UTC](https://discourse.slicer.org/t/4-11-module-panel-is-too-wide-and-wont-resize/11394/1 "2020-05-04T07:38:59Z")

</div>

Hello,

My 4.11 version keeps the module panel window at the same size, convering the 2/3 of my screen.

I guess I should use the 4.10 instead…

---

<div class="post-metadata">

### Author: ![jamesobutler](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.slicer.org/jamesobutler/32/7511_2.png) [@jamesobutler](https://discourse.slicer.org/u/jamesobutler)
#### Post date: [May 4, 2020, 12:23pm UTC](https://discourse.slicer.org/t/4-11-module-panel-is-too-wide-and-wont-resize/11394/2 "2020-05-04T12:23:23Z")

</div>

Is this only when viewing a specific module in the left panel area? What does the volumes module look like? Can you provide a screenshot?

---

<div class="post-metadata">

### Author: ![muratmaga](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.slicer.org/muratmaga/32/3622_2.png) [@muratmaga](https://discourse.slicer.org/u/muratmaga)
#### Post date: [May 4, 2020, 4:02pm UTC](https://discourse.slicer.org/t/4-11-module-panel-is-too-wide-and-wont-resize/11394/3 "2020-05-04T16:02:01Z")

</div>

> [@Melodicpinpon](#):
>
> module

Do you have very long node names? I only encountered that issue when the node names are too long, which module panel expands automatically to accommodate.

---

<div class="post-metadata">

### Author: ![lassoan](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.slicer.org/lassoan/32/13_2.png) [@lassoan](https://discourse.slicer.org/u/lassoan)
#### Post date: [May 4, 2020, 9:23pm UTC](https://discourse.slicer.org/t/4-11-module-panel-is-too-wide-and-wont-resize/11394/4 "2020-05-04T21:23:58Z")

</div>

Can you post a screenshot?

---

<div class="post-metadata">

### Author: ![ond12](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.slicer.org/ond12/32/8706_2.png) [@ond12](https://discourse.slicer.org/u/ond12)
#### Post date: [May 31, 2021, 10:09am UTC](https://discourse.slicer.org/t/4-11-module-panel-is-too-wide-and-wont-resize/11394/5 "2021-05-31T10:09:09Z")

</div>

Hello,

VERSION : 4.11

I encountered the same problem. For me 3Dslicer is very hard to use on my laptop.  
the module panel window is fixed size, convering the 2/3 of my screen, and i can’t resize it smaller to the Left.

I have a small 13 inches screen.

Here a screenshot:

 ![panelsize](https://us1.discourse-cdn.com/flex002/uploads/slicer/original/3X/f/9/f918a0beccade1aaeb910eb5f8c58a5ed8a84e88.png)

Can you please give me an hint why it’s doing this ?

Thank you

---

<div class="post-metadata">

### Author: ![lassoan](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.slicer.org/lassoan/32/13_2.png) [@lassoan](https://discourse.slicer.org/u/lassoan)
#### Post date: [May 31, 2021, 9:49pm UTC](https://discourse.slicer.org/t/4-11-module-panel-is-too-wide-and-wont-resize/11394/6 "2021-05-31T21:49:16Z")

</div>

You can scale the text/button sizes of Slicer many ways:

- Reduce font size in Slicer in menu: Edit / Application settings / Appearance / Font and size
- Reduce the font scaling by running `set QT_SCALE_FACTOR=0.5` in the command console and then starting Slicer in that console (you can make this permanent by adding this to your environment variables or creating a .bat file that sets this and then starts Slicer)
- You can adjust text scaling settings on your computer
- Drag-and-drop the module panel to a second monitor

---

<div class="post-metadata">

### Author: ![DAT\_Minh](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.slicer.org/dat_minh/32/9097_2.png) [@DAT\_Minh](https://discourse.slicer.org/u/DAT_Minh)
#### Post date: [July 20, 2023, 10:50am UTC](https://discourse.slicer.org/t/4-11-module-panel-is-too-wide-and-wont-resize/11394/7 "2023-07-20T10:50:35Z")

</div>

Dear @lassoan,  
Just reducing the font size is not enough for me. I typed the set QT\_SCALE\_FACTOR=0.5 command and it returned an error. I’m using version 5.0.2. Could you take a look at it? Thank you very much.

 ![image](https://us1.discourse-cdn.com/flex002/uploads/slicer/original/3X/9/d/9d5290db0cc10596a9f4da6cc9ac2e2547ba3476.png)

---

<div class="post-metadata">

### Author: ![lassoan](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.slicer.org/lassoan/32/13_2.png) [@lassoan](https://discourse.slicer.org/u/lassoan)
#### Post date: [July 20, 2023, 12:56pm UTC](https://discourse.slicer.org/t/4-11-module-panel-is-too-wide-and-wont-resize/11394/8 "2023-07-20T12:56:00Z")

</div>

You entered the command in Slicer’s Python console instead, which uses a different syntax, and setting the environment variable after the application has started is too late anyway.

Instead, the environment variable has to be set in the command terminal in Windows, before starting Slicer.

An even simpler method is to add `QT_SCALE_FACTOR=0.5` in the `[EnvironmentVariables]` section of the `SlicerLauncherSettings.ini` file (in the `bin` subfolder of the application):

 ![image](https://us1.discourse-cdn.com/flex002/uploads/slicer/original/3X/9/7/97b584a3521d4f4ac491d2f70bd109087391a6e1.png)

---

<div class="post-metadata">

### Author: ![DAT\_Minh](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.slicer.org/dat_minh/32/9097_2.png) [@DAT\_Minh](https://discourse.slicer.org/u/DAT_Minh)
#### Post date: [July 20, 2023, 1:35pm UTC](https://discourse.slicer.org/t/4-11-module-panel-is-too-wide-and-wont-resize/11394/9 "2023-07-20T13:35:15Z")

</div>

Thank you for the clarification. I will try it.
