mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof-ui: remove some unnecessary properties
This commit is contained in:
@ -39,7 +39,6 @@
|
||||
<property name="action-name">display.page</property>
|
||||
<property name="action-target">'details'</property>
|
||||
<property name="tooltip-text" translatable="yes">Select for more details</property>
|
||||
<property name="visible">true</property>
|
||||
<style>
|
||||
<class name="image-button"/>
|
||||
<class name="small-button"/>
|
||||
@ -128,10 +127,8 @@
|
||||
<child>
|
||||
<object class="GtkScrolledWindow" id="hscroller">
|
||||
<property name="hexpand">true</property>
|
||||
<property name="vexpand">true</property>
|
||||
<property name="hscrollbar-policy">external</property>
|
||||
<property name="vscrollbar-policy">never</property>
|
||||
<property name="propagate-natural-height">true</property>
|
||||
<child>
|
||||
<object class="GtkViewport" id="visualizers_viewport">
|
||||
<property name="halign">start</property>
|
||||
|
||||
Reference in New Issue
Block a user