Skip to content

Commit 8879744

Browse files
vsklencarwonder-sk
authored andcommitted
[QgsQuick] External resource widget changes
Enlarge buttons and modified text for buttons
1 parent 1b428a5 commit 8879744

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/quickgui/plugin/editor/qgsquickexternalresource.qml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -179,10 +179,10 @@ Item {
179179
fontColor: customStyle.fields.fontColor
180180
fontPixelSize: customStyle.fields.fontPixelSize
181181
iconSource: fieldItem.cameraIcon
182-
labelText: qsTr("Take a Photo")
182+
labelText: qsTr("Take a photo")
183183

184184
visible: !readOnly && fieldItem.state !== " valid"
185-
height: buttonsContainer.itemHeight
185+
height: buttonsContainer.itemHeight * 1.5
186186
Layout.alignment: Qt.AlignHCenter | Qt.AlignVCenter
187187

188188
MouseArea {
@@ -201,10 +201,10 @@ Item {
201201
fontColor: customStyle.fields.fontColor
202202
fontPixelSize: customStyle.fields.fontPixelSize
203203
iconSource: fieldItem.galleryIcon
204-
labelText: qsTr("Add From a Gallery")
204+
labelText: qsTr("Add from gallery")
205205

206206
visible: !readOnly && fieldItem.state !== " valid"
207-
height: buttonsContainer.itemHeight
207+
height: buttonsContainer.itemHeight * 1.5
208208
Layout.alignment: Qt.AlignHCenter | Qt.AlignVCenter
209209

210210
MouseArea {

0 commit comments

Comments
 (0)