File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/quickgui/plugin/editor Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments