[meld/ui-next: 6/35] filediff: Give the statusbar row a consistent thin border
- From: Kai Willadsen <kaiw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [meld/ui-next: 6/35] filediff: Give the statusbar row a consistent thin border
- Date: Sat, 16 Feb 2019 21:44:18 +0000 (UTC)
commit 26e2778713f9db547e17012616ac71c2d3007363
Author: Kai Willadsen <kai willadsen gmail com>
Date: Tue Feb 12 06:28:28 2019 +1000
filediff: Give the statusbar row a consistent thin border
data/meld.css | 6 ++++++
meld/resources/ui/filediff.ui | 39 +++++++++++++++++++++++++++++++++++++++
2 files changed, 45 insertions(+)
---
diff --git a/data/meld.css b/data/meld.css
index 86d40ec3..8a5dbd53 100644
--- a/data/meld.css
+++ b/data/meld.css
@@ -31,6 +31,12 @@ link-map {
border-color: @borders;
}
+.meld-status-bar {
+ border-width: 1px 0 0 0;
+ border-style: solid;
+ border-color: @borders;
+}
+
.not-found {
color: white;
background-image: none;
diff --git a/meld/resources/ui/filediff.ui b/meld/resources/ui/filediff.ui
index 7eb14d55..e5d4f8b1 100644
--- a/meld/resources/ui/filediff.ui
+++ b/meld/resources/ui/filediff.ui
@@ -440,24 +440,63 @@
<child>
<object class="MeldStatusBar" id="statusbar0">
<property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <style>
+ <class name="meld-status-bar"/>
+ </style>
</object>
<packing>
<property name="left_attach">1</property>
<property name="top_attach">3</property>
</packing>
</child>
+ <child>
+ <object class="GtkLabel" id="dummy_statusbar0">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <style>
+ <class name="meld-status-bar"/>
+ </style>
+ </object>
+ <packing>
+ <property name="left_attach">2</property>
+ <property name="top_attach">3</property>
+ </packing>
+ </child>
<child>
<object class="MeldStatusBar" id="statusbar1">
<property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <style>
+ <class name="meld-status-bar"/>
+ </style>
</object>
<packing>
<property name="left_attach">3</property>
<property name="top_attach">3</property>
</packing>
</child>
+ <child>
+ <object class="GtkLabel" id="dummy_statusbar1">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <style>
+ <class name="meld-status-bar"/>
+ </style>
+ </object>
+ <packing>
+ <property name="left_attach">4</property>
+ <property name="width">3</property>
+ <property name="top_attach">3</property>
+ </packing>
+ </child>
<child>
<object class="MeldStatusBar" id="statusbar2">
<property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <style>
+ <class name="meld-status-bar"/>
+ </style>
</object>
<packing>
<property name="left_attach">5</property>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]