mate-desktop / mate-calc

Calculator for MATE
http://www.mate-desktop.org
GNU General Public License v2.0
40 stars 33 forks source link

set bottom margin to 12 for gtk widget info_view #143

Closed mbkma closed 4 years ago

mbkma commented 4 years ago

Notification area is hidden under scrollbar currently. Before: Screenshot at 2020-03-16 14-08-09 After: Screenshot at 2020-03-16 14-08-53

rbuj commented 4 years ago

The scrollbar is automatically hidden before this PR after a short delay.

mbkma commented 4 years ago

@rbuj not for me if you enter an invalid expression, or something like 111111111111111111111111111+atan(i). That is in mate-calc 1.20 and current master. Peek 2020-03-28 13-31

rbuj commented 4 years ago

@mbkma I'm sorry. GTK_OVERLAY_SCROLLING was enabled ;-) Test:

export GTK_OVERLAY_SCROLLING=1
mate-calc
mbkma commented 4 years ago

@rbuj oh, I didn't know this option. This might be a better way to fix this problem though, what do you think? gtk_scrolled_window_set_overlay_scrolling(GTK_SCROLLED_WINDOW(scrolled_window), TRUE);

raveit65 commented 4 years ago

Guys, we decided some years ago not to use gtk-overlay-scrolling for MATE as default :)


[rave@mother ~]$ gsettings get org.mate.interface gtk-overlay-scrolling
false
``