Clayton Groeneveld

Results 134 comments of Clayton Groeneveld

Yes, since the height/width includes the margins, the buttons actually get smaller when increasing margins. Without changing qproperty sizes: ![Screenshot from 2022-08-11 01-49-49](https://user-images.githubusercontent.com/19962531/184079012-2b3a1860-a365-45d6-b969-b41b6888dc8f.png)

@Warchamp7 added it with https://github.com/obsproject/obs-studio/commit/8a3abf1de78e7c52074155a5c7d94afa72872bdf

Since we need to set padding on the buttons, toolButton was set to true, so we don't have to add to the qss files, since it is already there. The...

Updated to include other QPlainTextEdits. The only way I could get this working is to set the stylesheet for each text edit. I couldn't get it working at all when...

Updated to just sub-class QPlainTextEdit. I feel like this is the least horrible way of accomplishing this.

@GeorgesStavracas my idea is to have the message as html, so in the future, more features could be added without changing the api. Just the UI needs to be changed....

Not html, my bad. xml would be a better descriptor of what it is.

I've now put it in the 28.1 milestone.

Closing, as I found out, we still need to build 32-bit for some stuff, for example virtual camera. In the future, we would just build 32-bit with the bare minimum...

We can't restructure the widget, as it is a QT problem that it works this way, afaik.