Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Utilities
Kate
Commits
c34e1142
Commit
c34e1142
authored
Sep 18, 2022
by
Eric Armbruster
🍁
Browse files
welcomeview: use vertical layout for buttons
parent
879c39b3
Changes
1
Hide whitespace changes
Inline
Side-by-side
apps/lib/welcomeview.ui
View file @
c34e1142
...
...
@@ -208,44 +208,28 @@
</spacer>
</item>
<item>
<layout
class=
"Q
H
BoxLayout"
name=
"
horizont
alLayout"
>
<layout
class=
"Q
V
BoxLayout"
name=
"
vertic
alLayout
_2
"
>
<property
name=
"sizeConstraint"
>
<enum>
QLayout::SetMinimumSize
</enum>
</property>
<item>
<widget
class=
"QPushButton"
name=
"
open
Button"
>
<widget
class=
"QPushButton"
name=
"
new
Button"
>
<property
name=
"text"
>
<string
comment=
"on welcome screen"
>
Open
Document
...
</string>
<string
comment=
"on welcome screen"
>
New
Document
</string>
</property>
<property
name=
"icon"
>
<iconset
theme=
"document-
open
"
>
<iconset
theme=
"document-
new
"
>
<normaloff>
.
</normaloff>
.
</iconset>
</property>
</widget>
</item>
<item>
<spacer
name=
"horizontalSpacer"
>
<property
name=
"orientation"
>
<enum>
Qt::Horizontal
</enum>
</property>
<property
name=
"sizeType"
>
<enum>
QSizePolicy::Expanding
</enum>
</property>
<property
name=
"sizeHint"
stdset=
"0"
>
<size>
<width>
40
</width>
<height>
20
</height>
</size>
</property>
</spacer>
</item>
<item>
<widget
class=
"QPushButton"
name=
"newButton"
>
<widget
class=
"QPushButton"
name=
"openButton"
>
<property
name=
"text"
>
<string
comment=
"on welcome screen"
>
New
Document
</string>
<string
comment=
"on welcome screen"
>
Open
Document
...
</string>
</property>
<property
name=
"icon"
>
<iconset
theme=
"document-
new
"
>
<iconset
theme=
"document-
open
"
>
<normaloff>
.
</normaloff>
.
</iconset>
</property>
</widget>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment