I am working in Visual Studio Code. I was copying something when I hit the wrong shortcut key (not sure which one) and the editor window zoomed out (to about half the size). See image below.
Note that this is not the View > appearance > zoom setting at work as the whole program/window is not zoomed in or out. Either way, I selected to reset to default zoom and it did not fix the issue. Rather, ONLY the editor window is zoomed out.
Does anyone have any idea how to fix this?
It looks like the editor.action.fontZoomOut command was run. Bring up the command palette (ctrl+shift+p) and type "font zoom reset" to find the command to revert.
I was curious if anybody had experienced the same issue: when opening a pop-up in the GUI (e.g., inspect patch, inspect turtle), that pop-up open on the top of the screen in a way that I can't grab the menu bar, this can't close or move it which can be really frustrating at times - see screenshot. The small grey bar on the top-left is an old pop-up that I resized to get it out of the way.
Anyone got an idea how that could be fixed?
I use NetLogo 6.1.1 on an Asus laptop running Windows 10. I tried right-clicking, resizing, etc. but to no avail.
Do windows have any limit in size?. I tried to give for instance 100px and 50px in storyboard Size Inspector. When I publish it shows much larger.
After many things, I could figure out the solution. In fact, there is no problem to make a window 100 x 50 px or even smaller. The problem is that I had to close the window of the simulator before run again. In my case, such a small window had no Title bar and no close button. So I had to publish with the Title bar, close it, stop the running and then I could run again with the new size and position I give to the window.
So, without closing the window in the simulator it is not possible to see the results of a new size.
I am using Eclipse on Ubuntu. I'm theming with the DevStyle plugin, using Dark Custom. The theme works really well, but there is just this big white bar on the top of the screen under the menu bar, that appears when I tile the editor top/ bottom or left/right.
If have tried to theme the window in General > Appearance > Colors and Fonts and the editor tab, but there seems to be no option.
The maximize and minimize buttons from the side panel also have this annoying white background.
The bars look really ugly and out of place, and make me angry every time I look at them :-) .
Anyone has an idea of how to theme the background? Is it even possible?
________________________________
EDITED
It seems that there has been an improvement, probably due to updates. The white bar changed into two white squares in the corners.
This only happens with DevStyle.
I am on a Dell Laptop and using Ubuntu Budgie 19.04. I don't use any accessibility setting.
Google Chrome color picker isn't responding. I tried re-installing and resetting Chrome. How can this be resolved?
"Reset devtools" doesn't fix the issue. I am not entirely sure what the exact cause of this bug is, but the only fix available will need to be done in an update. I could not find it in the code itself, although I didn't spend much time looking.
The main issue is that when your dev tools are docked to the bottom of the window, then the color picker will not show. It will load though, but the interface wont show. More than likely it is either in the wrong layer, or has some issue with its actual display, as no errors are thrown.
Anyway, the reason resetting dev tools works is because the default setting is to dock the dev tools to the right side of the screen (presumably, their testing showed most users use a wide screen, multiple screen, setup; as a result, there is room on the side of the screen).
If you, like me, use dev tools docked to the bottom, then in order to see the color picker, you need to change the dev tool temporarily to be docked to the right side of the screen. This does not require the settings to be reset, just simply change the docking position.
if your color picker not working on your mouse pointer, then you have to change your display settings, if your display settings are at scale 125 or more then your color picker won't work in any of the browsers, if you change your display setting to 100% your color picker will automatically start working
Changing the window size brings back the color picker. If the window is full screen size, get out of full screen size.
The solution that worked for me is:
Get out of full screen mode (Un-maximize window).
Reduce the window size, specially the width.
Docking the dev-tools to right side, Scaling the display, Lowering display resolution also brings the color-picker back as all of these affects the browser window size. Hopefully this bug will be addressed soon.
Open the inspect elements -> go to settings -> Preferences -> scroll down to the end you will see button "Restore defaults and reload" -> click on it and it will work
I had the same issue on Chrome 108.0.5359.98 on Arch for a long time now.
The problem was fixed by simply unchecking one of the experiments in DevTools - Settings - Experimets - Enable color picking outside the browser window.
scale your display settings to 100 % and again re scale to 125%(recommended).
For me chaning the Devtools zoom size worked not the webpage size.
Ctrl + Mouse wheel zooms in or out on the dev tools dock.
The problem is quite simple. You are unable to use the color picker because you have enabled the mobile view or any other device view
and, you got the answer, you just need to close the device toolbar and you are good to go.
Hope that works 😃