Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
Sayonara Player
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
3
Snippets
Groups
Projects
Show more breadcrumbs
Michael Lugmair
Sayonara Player
Merge requests
!372
Something went wrong on our end
UI: fix scroll bar controls don't work properly at the extents of their travel
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
UI: fix scroll bar controls don't work properly at the extents of their travel
289-fix-grabbing-of-scrollbar-handle
into
master
Overview
0
Commits
3
Pipelines
0
Changes
1
Merged
Michael Lugmair
requested to merge
289-fix-grabbing-of-scrollbar-handle
into
master
1 year ago
Overview
0
Commits
3
Pipelines
0
Changes
1
Expand
Closes
#289 (closed)
0
0
Merge request reports
Viewing commit
95cefb5b
Prev
Next
Show latest version
1 file
+
90
−
85
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
95cefb5b
UI: decrease tab stop distance in CSS editor
· 95cefb5b
Michael Lugmair
authored
1 year ago
src/Gui/Preferences/UiPreferences/GUI_CssEditor.ui
+
90
−
85
Options
<?xml version="1.0" encoding="UTF-8"?>
<ui
version=
"4.0"
>
<class>
GUI_CssEditor
</class>
<widget
class=
"QDialog"
name=
"GUI_CssEditor"
>
<property
name=
"geometry"
>
<rect>
<x>
0
</x>
<y>
0
</y>
<width>
417
</width>
<height>
325
</height>
</rect>
</property>
<property
name=
"windowTitle"
>
<string>
Edit style sheet
</string>
</property>
<layout
class=
"QGridLayout"
name=
"gridLayout"
>
<item
row=
"2"
column=
"0"
>
<widget
class=
"Line"
name=
"line"
>
<property
name=
"orientation"
>
<enum>
Qt::Horizontal
</enum>
</property>
<class>
GUI_CssEditor
</class>
<widget
class=
"QDialog"
name=
"GUI_CssEditor"
>
<property
name=
"geometry"
>
<rect>
<x>
0
</x>
<y>
0
</y>
<width>
500
</width>
<height>
400
</height>
</rect>
</property>
<property
name=
"windowTitle"
>
<string>
Edit style sheet
</string>
</property>
<layout
class=
"QGridLayout"
name=
"gridLayout"
>
<item
row=
"2"
column=
"0"
>
<widget
class=
"Line"
name=
"line"
>
<property
name=
"orientation"
>
<enum>
Qt::Horizontal
</enum>
</property>
</widget>
</item>
<item
row=
"3"
column=
"0"
>
<widget
class=
"QPlainTextEdit"
name=
"te_css"
>
<property
name=
"font"
>
<font>
<family>
DejaVu Sans Mono
</family>
</font>
</property>
<property
name=
"tabStopDistance"
>
<double>
25.000000000000000
</double>
</property>
</widget>
</item>
<item
row=
"1"
column=
"0"
>
<layout
class=
"QHBoxLayout"
name=
"horizontalLayout_2"
>
<item>
<widget
class=
"QLabel"
name=
"lab_header"
>
<property
name=
"font"
>
<font>
<weight>
75
</weight>
<italic>
true
</italic>
<bold>
true
</bold>
</font>
</property>
<property
name=
"text"
>
<string>
Edit style sheet
</string>
</property>
</widget>
</item>
<item>
<spacer
name=
"horizontalSpacer_2"
>
<property
name=
"orientation"
>
<enum>
Qt::Horizontal
</enum>
</property>
<property
name=
"sizeHint"
stdset=
"0"
>
<size>
<width>
40
</width>
<height>
20
</height>
</size>
</property>
</spacer>
</item>
<item>
<widget
class=
"QCheckBox"
name=
"cb_darkMode"
>
<property
name=
"text"
>
<string>
Dark mode
</string>
</property>
</widget>
</item>
</layout>
</item>
<item
row=
"4"
column=
"0"
>
<widget
class=
"Line"
name=
"line_2"
>
<property
name=
"orientation"
>
<enum>
Qt::Horizontal
</enum>
</property>
</widget>
</item>
<item
row=
"5"
column=
"0"
>
<widget
class=
"QDialogButtonBox"
name=
"buttonBox"
>
<property
name=
"standardButtons"
>
<set>
QDialogButtonBox::Apply|QDialogButtonBox::Cancel|QDialogButtonBox::Ok|QDialogButtonBox::Reset
</set>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item
row=
"3"
column=
"0"
>
<widget
class=
"QPlainTextEdit"
name=
"te_css"
>
<property
name=
"font"
>
<font>
<family>
DejaVu Sans Mono
</family>
</font>
</property>
</widget>
</item>
<item
row=
"1"
column=
"0"
>
<layout
class=
"QHBoxLayout"
name=
"horizontalLayout_2"
>
<item>
<widget
class=
"QLabel"
name=
"lab_header"
>
<property
name=
"font"
>
<font>
<weight>
75
</weight>
<italic>
true
</italic>
<bold>
true
</bold>
</font>
</property>
<property
name=
"text"
>
<string>
Edit style sheet
</string>
</property>
</widget>
</item>
<item>
<spacer
name=
"horizontalSpacer_2"
>
<property
name=
"orientation"
>
<enum>
Qt::Horizontal
</enum>
</property>
<property
name=
"sizeHint"
stdset=
"0"
>
<size>
<width>
40
</width>
<height>
20
</height>
</size>
</property>
</spacer>
</item>
<item>
<widget
class=
"QCheckBox"
name=
"cb_darkMode"
>
<property
name=
"text"
>
<string>
Dark mode
</string>
</property>
</widget>
</item>
</layout>
</item>
<item
row=
"4"
column=
"0"
>
<widget
class=
"Line"
name=
"line_2"
>
<property
name=
"orientation"
>
<enum>
Qt::Horizontal
</enum>
</property>
</widget>
</item>
<item
row=
"5"
column=
"0"
>
<widget
class=
"QDialogButtonBox"
name=
"buttonBox"
>
<property
name=
"standardButtons"
>
<set>
QDialogButtonBox::Apply|QDialogButtonBox::Cancel|QDialogButtonBox::Ok|QDialogButtonBox::Reset
</set>
</property>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
<resources/>
<connections/>
</ui>
Loading