Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
gnome-latex
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
59
Issues
59
List
Boards
Labels
Milestones
Merge Requests
2
Merge Requests
2
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
GNOME
gnome-latex
Commits
58ec3e4f
Commit
58ec3e4f
authored
Feb 07, 2014
by
Sébastien Wilmet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Smaller status bar
It seems that since gtk+ 3.10, the status bar is bigger.
parent
9d60b276
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
src/custom_statusbar.vala
src/custom_statusbar.vala
+4
-0
No files found.
src/custom_statusbar.vala
View file @
58ec3e4f
...
...
@@ -27,7 +27,11 @@ public class CustomStatusbar : Statusbar
{
cursor_position
=
new
Statusbar
();
cursor_position
.
set_size_request
(
150
,
-
1
);
cursor_position
.
margin
=
0
;
pack_end
(
cursor_position
,
false
,
true
,
0
);
margin_top
=
2
;
margin_bottom
=
2
;
}
public
void
set_cursor_position
(
int
line
,
int
col
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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