Resizeable in Gtk #1933
Answered
by
cwensley
DavidMcGaha
asked this question in
Q&A
Resizeable in Gtk
#1933
-
I have been trying to get resizeable=false to work in Gtk both Windows and Linux. I have been unsuccessful. It works in WPF. Am I needing set a complimentary setting. I also tested a vanilla Gtk# app and the resizeable flag works as expected. Is anyone else experiencing this? |
Beta Was this translation helpful? Give feedback.
Answered by
cwensley
Apr 24, 2021
Replies: 1 comment 1 reply
-
Yes this was broken in Gtk due to issues with using Gtk's Resizable flag which makes it ignore any sizing you have set. The latest in develop build should fix this however after #1930 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
DavidMcGaha
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes this was broken in Gtk due to issues with using Gtk's Resizable flag which makes it ignore any sizing you have set. The latest in develop build should fix this however after #1930