diff options
| author | Roy Jacobs <roy.jacobs@12roar.com> | 2017-03-14 15:05:47 +0100 |
|---|---|---|
| committer | Roy Jacobs <roy.jacobs@12roar.com> | 2017-03-14 15:14:02 +0100 |
| commit | 2b24c91bc58ad1f80eb5f07a995458d60401814e (patch) | |
| tree | 95f21d5f67349340948c23e53a403fff433441bd /components/CheckBox.qml | |
| parent | 897bc582f042cdcecbaf8048bd9ab73f3f9b302b (diff) | |
| download | monzero-gui-2b24c91bc58ad1f80eb5f07a995458d60401814e.tar.gz monzero-gui-2b24c91bc58ad1f80eb5f07a995458d60401814e.tar.xz monzero-gui-2b24c91bc58ad1f80eb5f07a995458d60401814e.zip | |
Add missing, fix and improve translations
Diffstat (limited to 'components/CheckBox.qml')
| -rw-r--r-- | components/CheckBox.qml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/components/CheckBox.qml b/components/CheckBox.qml index 8df364d1..b9bfe3ec 100644 --- a/components/CheckBox.qml +++ b/components/CheckBox.qml @@ -27,6 +27,7 @@ // THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. import QtQuick 2.0 +import QtQuick.Layouts 1.1 Item { id: checkBox @@ -40,6 +41,7 @@ Item { signal clicked() height: 25 width: label.x + label.width + Layout.minimumWidth: label.x + label.contentWidth clip: true Rectangle { |
