First of all column should NOT have own height. It calculated
automatically based on it's childrens heights.
Second is you should use Flickable outside Column to automatically
position items on actions.
24.02.2016 15:44, mariusz sapinski пишет:
Hi,
I have two ComboBoxes in one Column. Code
: [SailfishDevel] overlapping ComboBoxes
Hi,
I have two ComboBoxes in one Column. Code looks a bit like that:
import QtQuick 2.0
import Sailfish.Silica 1.0
Dialog {
id: setupDialog;
allowedOrientations: Orientation.Portrait;
property bool tmpUseMinute: useMinute;
property bool
Hi,
I have two ComboBoxes in one Column. Code looks a bit like that:
import QtQuick 2.0
import Sailfish.Silica 1.0
Dialog {
id: setupDialog;
allowedOrientations: Orientation.Portrait;
property bool tmpUseMinute: useMinute;
property bool tmpUseKwadrans: useKwadrans;
prope