Why is that, when I add a border-image style to a QPB it changes its size
to be very small instead of staying at the same size just have a different
border renderer?

QPushButton {

  font: "Open Sans Semibold";

  border-image: url(:/images/ui_bigbtn.png);

  color: white;

  border-color: transparent;

  border-width: 2px;

  border-style: solid;

}
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to