Author Topic: Icon size small doesn't exist. Size too large in screen.  (Read 4387 times)

Offline vilaor

  • Single posting newcomer
  • *
  • Posts: 3
Icon size small doesn't exist. Size too large in screen.
« on: June 22, 2020, 12:30:51 am »
Hi everybody,

I've installed C::B from pacman and all its requirements. But as said in the title, while configurating the options the Toolbar icon size options doesn't show small icons. It shows 16x16 as Normal ones, but no option for smalls. The icons in the toolbar look very big, and this is annoying to me. Is there any possibility to fix it and have smaller icons?

This is happening to me in Archlinux. I've installed C::B (an older version, 16.* from Ubuntu repo and the icons size is olay)

Information:
Code
Name             : Code::Blocks
Version          : 20.03-r11997
SDK Version      : 2.0.0
Scintilla Version: 3.7.5
Author           : The Code::Blocks Team
E-mail           : info@codeblocks.org
Website          : http://www.codeblocks.org

wxWidgets Library (wxGTK port)
Version 3.0.5 (Unicode: wchar_t, debug level: 1),
compiled at May 10 2020 07:34:55

Runtime version of toolkit used is 3.24.
Compile-time GTK+ version is 3.24.20.

Also, here you have a link to some screenshots from my problem.
https://imgur.com/a/zLgfy4L

If you need some more information, I'll provide it. I would like to solve that problem, it is nothing important, but annoys me.

Thanks in advance!
« Last Edit: June 22, 2020, 12:33:09 am by vilaor »

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Icon size small doesn't exist. Size too large in screen.
« Reply #1 on: June 22, 2020, 08:26:49 pm »
It is obvious that the icon size is not the problem. It is clearly visible that there is plenty of padding around the images.

What happens if you make the Code-completion toolbar floating or if you hide it?
My guess is that the size of the toolbars is determined by the size of the two combo/choice controls.

What is the DPI of you monitor and/or the scaling factor you're using?
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline vilaor

  • Single posting newcomer
  • *
  • Posts: 3
Re: Icon size small doesn't exist. Size too large in screen.
« Reply #2 on: June 27, 2020, 09:11:15 pm »
Hi,

First of all, thanks for your help.

Quote
What happens if you make the Code-completion toolbar floating or if you hide it?
The padding around the images is still present. It doesnt matter which of the toolbars are showed.

Quote
What is the DPI of you monitor and/or the scaling factor you're using?
Code
xdpyinfo | grep -B 2 resolution
screen #0:
  dimensions:    1366x768 pixels (361x203 millimeters)
  resolution:    96x96 dots per inch
For what I read this could be scaling factor 1. I'm not using any DE, I use i3wm.

I dont know how to find exactly what monitor model my laptop has, because I think it was changed prior I bought it, It is an x220, but I think it has some mod in the display, because this display has more panoramic vision than others x220 I had. If you know how can I find that info, please tell me.

I've also tried changing my dpi resolution (increasing  it) but the padding scales also. As you have pointed, the problem could be the padding, as the icon size is correct, I didnt notice about that.

Any ideas?

Thanks for the help.

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Icon size small doesn't exist. Size too large in screen.
« Reply #3 on: June 28, 2020, 12:33:57 am »
Not really.
I don't use gtk3, yet, so I have no idea about its quirks.
How does other gtk3 apps look like?
What about any other wxWidgets/wxGTK based apps?
Do they look ok?
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline vilaor

  • Single posting newcomer
  • *
  • Posts: 3
Re: Icon size small doesn't exist. Size too large in screen.
« Reply #4 on: June 28, 2020, 06:23:28 pm »
With other applications, like filezilla, that depends on wxgtk the padding problem persists.

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Icon size small doesn't exist. Size too large in screen.
« Reply #5 on: June 28, 2020, 07:41:57 pm »
Good, then you have to report it to wxwidgets people. It might have been fixed in 3.1.x or wx-master and just needs to be back-ported.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]