Skip to content
This repository has been archived by the owner on Dec 18, 2019. It is now read-only.

Commit

Permalink
Frontend: Main window: Fix the style of the page numbers
Browse files Browse the repository at this point in the history
Signed-off-by: Jerome Flesch <jflesch@gmail.com>
  • Loading branch information
jflesch committed Jan 14, 2015
1 parent ad3df2d commit ca71a83
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/paperwork/frontend/application.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,17 @@
border-style: solid;
border-right-width: 1px;
}

.page-nb-left {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-right-width: 0;
}
.page-nb-center {
border-radius: 0;
border-right-width: 0;
}
.page-nb-right {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
9 changes: 9 additions & 0 deletions src/paperwork/frontend/mainwindow/mainwindow.glade
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,9 @@
<property name="width_chars">4</property>
<property name="width_request">4</property>
<property name="hexpand">False</property>
<style>
<class name="page-nb-left"/>
</style>
</object>
<packing>
<property name="expand">False</property>
Expand All @@ -299,6 +302,9 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label" translatable="no"></property>
<style>
<class name="page-nb-center"/>
</style>
</object>
<packing>
<property name="expand">False</property>
Expand All @@ -312,6 +318,9 @@
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
<style>
<class name="page-nb-right"/>
</style>
<child>
<object class="GtkImage" id="image_menuPageView">
<property name="visible">True</property>
Expand Down

0 comments on commit ca71a83

Please sign in to comment.